Document Structure
<head>
Contains machine-readable information (metadata) about the document.
<head>
Contains machine-readable information (metadata) about the document.
Syntax
<head></head>
Example
<head class="example">Content here</head>
Notes
Semantic HTML helps screen readers and search engines understand your content.
Try It Yourself
Experiment with this element in the BrowserCode Playground.