Semantic HTML

<article>

A self-contained composition in a document.

<article>

A self-contained composition in a document.

Syntax

<article></article>

Example

<article class="example">Content here</article>

Notes

Semantic HTML helps screen readers and search engines understand your content.

Try It Yourself

Experiment with this element in the BrowserCode Playground.