Table of Contents

About

The hr component permits delimiting two content sections by drawing a horizontal rule (hr).

It represents a paragraph-level thematic break, e.g. a scene change in a story, or a transition to another topic within a section of a reference book.

Syntax

Because HR is a void element, it supports both syntax

  • only HTML
<hr>
  • HTML- and XHTML-compatible
<hr/>