Basic Head Structure

Example showing a basic HTML head section.

Preview

Code


<head>
  <title>My Website</title>
</head>


<p>The head section contains metadata about the page.</p>

More HTML Head Examples (5)