
HTML hr tag - W3Schools
The <hr> tag defines a thematic break in an HTML page (e.g. a shift of topic). The <hr> element is most often displayed as a horizontal rule that is used to separate content (or define a change) …
<hr>: The Thematic Break (Horizontal Rule) element - HTML | MDN
Aug 13, 2025 · The <hr> HTML element represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.
HTML hr Tag - GeeksforGeeks
Jul 11, 2025 · The <hr> tag in HTML is used to create a horizontal rule or line that visually separates content. It is a self-closing tag and does not require an end tag. It supports both …
HTML - <hr> Tag - Online Tutorials Library
The HTML <hr> tag is used to create a horizontal line on a web page. This <hr> element signifies a thematic break between paragraph-level elements, such as a change of scene in a story or a …
HTML <hr> Tag - W3docs
The HTML <hr> tag is a block-level element that thematically and visually separates content on the site. Read about tag description, attributes, and see examples.
HTML Tag: Syntax, Usage, and Best Practices
In this example, the <hr> tag separates the “Introduction to HTML” and “Second Section” of the page. The <hr> tag itself does not have any specific content or attributes in its original form. …
18 HTML <hr> Examples
Jul 12, 2025 · The <hr> tag in HTML is used to insert a horizontal rule — a thematic break or divider between sections of content. It visually separates paragraphs, topics, or sections on a …