
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) in an HTML …
<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 Horizontal Line – HR Tag Example - freeCodeCamp.org
Jan 26, 2022 · In this article, you'll learn how to use this tag in your HTML code. The <hr> tag is an empty element. This means that it only has an opening tag, <hr>. Starting in HTML5, we now need to …
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 Global Attributes and …
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 page.
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 shift of …
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.