Back to Concepts

<section>

Thematic grouping of content.

The `<section>` element defines a section in a document. According to W3C's HTML documentation: "A section is a thematic grouping of content, typically with a heading." Examples of use include chapters, introduction, news items, and contact information.

Live Example & Code

Preview Output
<section><h2>Section Title</h2><p>Content...</p></section>
HTMLViz
© 2026 HTMLViz. Open Source Learning.