HTML Section Element — a practical guide to HTML section element with clear examples you can reuse in real projects.
HTML Tutorial Series (43/79). Prefer one article? Read the complete HTML tutorial.
Short description
If it needs a heading and represents a standalone theme, section is a good fit.
Section
<section>
<h2>Features</h2>
<p>…</p>
</section>