<section>
HTML <section> Element Reference
The HTML <section> element represents a thematic section that normally has its own heading.
Categories
- Sections
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 section element example.
<section>
<h2>Accessibility</h2>
<p>Use native HTML semantics whenever possible.</p>
</section>