Last updated: 2026-09-12
<aside>The ASIDE Element
Represents content tangentially related to the main content, such as a sidebar, note, pull quote or ad.
| Category | Semantic |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </aside> tag |
| Status | Standard |
📝 Syntax
<aside>aside content</aside>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <aside> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: aside need not be visually on the side; the key is its tangential semantic relationship.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.