How does one get to change how the html names the webpage in the URL bar? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How does one get to change how the html names the webpage in the URL bar?

19th Jan 2016, 8:06 AM
Tony JointFlint
Tony JointFlint - avatar
1 Answer
+ 1
If you mean the title on the tab, then you can use the title tag. It is used like this. <head> <title>My Title</title> <style id="myStyle.css> <script id="myScript.js"> </head>
15th Jan 2020, 4:32 AM
Adler Vuong
Adler Vuong - avatar