Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html title

<head>
  <title>My page title</title>
</head>
<script>
  document.title = "My new title";
</script>
 
PREVIOUS NEXT
Tagged: #html #title
ADD COMMENT
Topic
Name
2+7 =