: The ARTICLE Element
Last updated: 2026-09-12
<article>The ARTICLE Element
Represents a self-contained, distributable piece of content such as a news article, blog post, comment or card.
| Category | Semantic |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </article> tag |
| Status | Standard |
📝 Syntax
<article>article content</article>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <article> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: Nested articles usually represent comments; article is ideal for feed/RSS syndication.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.