Skip to main content

html-tags.com

<hr>

A thematic break — a shift of scene or topic within a section.

Baseline: Widely available · Grouping content

When to use it

Between prose passages where the subject pivots, like a scene change in a story.

When not to

Not a visual divider or underline — if you only want a line, that's CSS border, not markup.

Example

…and that concluded the experiment.


Three years later, in another lab entirely…

<p>…and that concluded the experiment.</p>
<hr>
<p>Three years later, in another lab entirely…</p>
Rendered live above, source below.

Authoritative references