SyntaxStudy
Sign Up

<hr>

tag

Represents a thematic break between paragraph-level elements. Rendered as a horizontal rule.

Syntax

<hr>

Example

html
<h2>Chapter 1</h2>
<p>Content of chapter one.</p>
<hr>
<h2>Chapter 2</h2>
<p>Content of chapter two.</p>