0
How does one get to change how the html names the webpage in the URL bar?
1 Respuesta
+ 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>