Answers for "html set title of page"

4

html change name in tab

<html>
  <head>
    <title>Insert title here</title>
  </head>
</html>
Posted by: Guest on May-14-2020
6

title tag html

<title>Title to appear in the browsers tab of the page</title>
Posted by: Guest on May-21-2020
1

html title tag

<title>Website Title</title>
Posted by: Guest on October-03-2020
0

change the title in html using

document.title = "My New Page Title";
Posted by: Guest on September-28-2020

Browse Popular Code Answers by Language