
HTML hr tag - W3Schools
Definition and Usage 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 …
<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 - 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 - <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 - 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 …
HTML <hr> tag - Computer Hope
Mar 21, 2025 · When writing in HTML (HyperText Markup Language), the <hr> tag is a block element used to denote a thematic break (horizontal line) on a web page. It is useful when you are changing …
The Horizontal Rule Element: A Complete Guide to the HTML <hr> Tag
Dec 27, 2023 · The humble horizontal rule tag <hr> has been separating blocks of content on web pages since the early days of HTML. As one of the original structural elements, it uses a …
HTML <hr> Tag
These attributes are standard across all HTML 5 tags. Specifies a shortcut key that can be used to access the element. Possible values. [Any string of characters. This string of characters specifies the …
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.
hr Tag in HTML: Syntax, Usage, and Examples - Intellipaat
Oct 29, 2025 · Learn how to use the hr tag in HTML to create effective horizontal rules in your web pages. Discover its attributes and best practices for implementation.