Jisa
0
Q:

change the title in html using

document.title = "My New Page Title"; //change/set page title in JavaScript
2
document.title = "My New Page Title";
0
<!DOCKTYPE html>
<html>
  <head>
    <title>This Is A Website Title...</title>
  </head>
  <body>
    <p>How to add a Title to a HTML website...</p>
  </body>
</html>
-1
<title>This is the title</title>
0

New to Communities?

Join the community