Basic HTML Page Title

Example showing the basic title tag inside the head section.

Preview

Code


<head>
  <title>My First Web Page</title>
</head>


<p>The text inside the title tag appears in the browser tab.</p>

More HTML Page Title Examples (3)