: The SECTION Element
Last updated: 2026-09-12
<section>The SECTION Element
Represents a standalone section of content, usually with a heading. Good for grouping related content.
| Category | Semantic |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </section> tag |
| Status | Standard |
📝 Syntax
<section>section content</section>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <section> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: If it's purely for styling, use div; use section only when there is real sectioning semantics.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.