<main>
HTML <main> Element Reference
The HTML <main> element contains the dominant content of the document body.
Categories
- Grouping content
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical main element example.
<main>
<h1>Weather</h1>
<p>Current conditions and forecast.</p>
</main>