About 40,100,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 - MDN Web Docs

    Apr 10, 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 hr Tag - GeeksforGeeks

    Nov 21, 2024 · The <hr> tag in HTML is used to create a horizontal rule or line that visually separates content. Note: It is a self-closing tag and does not require an end tag. It also …

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

  5. HTML <hr> Tag - W3docs

    The HTML <hr> tag is a block-level element transferring all the elements after it to another line. The external look of the horizontal line defined by the tag depends on the type of the browser. …

  6. Everything about <hr>: When to use it and how to style it

    May 1, 2021 · Yes, start with <hr> in HTML. But the information on its implementation detail is scattered around the web. This article aims to put everything important about <hr>, the HTML …

  7. HTML Tag: Syntax, Usage, and Best Practices

    What is the HTML hr Tag? The <hr> tag is an empty, self-closing tag in HTML, meaning it doesn’t have a closing counterpart. In this example, the <hr> tag separates the “Introduction to HTML” …

  8. HTML: <hr> tag - TechOnTheNet

    This HTML tutorial explains how to use the HTML element called the hr tag with syntax and examples. The HTML hr tag defines a thematic break between paragraphs in HTML 5, and a …

  9. The HR Tag in HTML → 【 How to use in HTML5 - oregoom.com

    What is the <hr> tag in HTML? The <hr> tag in HTML is an element used to create a horizontal line in a web document. This tag is commonly used to separate different content sections …

  10. HTML HR Tag - Online Tutorials Library

    Following is the syntax of <hr> tag −. The HTML <hr> tag supports both Global and Event attributes of HTML. Additionally, it accepts some specific attribute, which are listed bellow. …

  11. Some results have been removed