About 1,090,000 results
Open links in new tab
  1. 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) …

  2. <hr>: The Thematic Break (Horizontal Rule) element - HTML | MDN

    6 days ago · 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.

  3. 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 …

  4. 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.

  5. 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.

  6. 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.

  7. HTML <hr> Tag - CSS Portal

    Dec 26, 2025 · The <hr> element represents a thematic break in an HTML page. It is typically used to separate content into distinct sections, signaling a change in topic or a shift in the …

  8. 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 …

  9. 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 …

  10. HTML <hr> Tag

    Event handlers are commonly used to extend the functionality of an HTML element. By using event handler content attributes, you can tell the browser to run a specific script and when to …