
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) …
HTML element - Wikipedia
An HTML document is composed of a tree of simple HTML nodes, such as text nodes, and HTML elements, which add semantics and formatting to parts of a document (e.g., make text bold, …
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.
<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 - Computer Hope
Mar 21, 2025 · Meaning of the HTML <hr> tag, a block element that creates horizontal lines on web pages, with examples, attributes, and compatibility info.
HTML Tag: Syntax, Usage, and Best Practices
What Is the hr Tag in HTML? The <hr> tag represents a thematic break between sections of content. 👉 In simple terms: It draws a horizontal line across the page to separate content.
Elements/hr - HTML Wiki
<hr> The <hr> element represents a paragraph-level thematic break. Point Example of paragraph-level thematic break scene change in story transition to another topic within a section of a …
The Horizontal Rule Element: A Complete Guide to the HTML <hr…
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: Syntax, Usage, and Examples
The HTML <hr> tag creates a horizontal line to visually and semantically separate sections of content on a webpage.