Back to Concepts

<article>

Self-contained composition.

The `<article>` element specifies independent, self-contained content. An article should make sense on its own, and it should be possible to distribute it independently from the rest of the web site. Examples include forum posts, blog posts, news stories, and comments.

Live Example & Code

Preview Output
<article><h2>Blog Post Title</h2><p>Content of the post...</p></article>
HTMLViz
© 2026 HTMLViz. Open Source Learning.