Page Title in HTML Structure

Example showing the title inside a full HTML structure.

Preview

Code


<!DOCTYPE html>
<html>
<head>
  <title>Example Website</title>
</head>
<body>

  <h1>Welcome</h1>

</body>
</html>

More HTML Page Title Examples (3)