<article>
HTML <article> Element Reference
The HTML <article> element represents a self-contained composition that could be reused or distributed independently.
Categories
- Sections
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical article element example.
<article>
<h2>Release notes</h2>
<p>Tool.io 1.0 is available.</p>
</article>