About 58,200,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) in an HTML …

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

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

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

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

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

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