WE BELIEVE IN QUALITY SERVICE

<hr> Tag

<hr> tag defines a horizontal line or a thematic break in a section. It can be used to separate content in an HTML document.

Example:

<h1> This is a heading 1 </h1>
<hr>
<h1> This is heading 2 </h1>

Run Example

Browser Support

Tag Firefox Chrome IE Opera Safari
<hr> Yes Yes Yes Yes Yes