Student-friendly HTML, CSS, and JavaScript reference with examples
The <title> tag sets the title of your web page. This appears in:
<head>
<title>My Awesome Website</title>
</head>
Every page should have a descriptive, unique title. The <title> tag must be inside the <head> section.