About Lesson
The <hr> tag in HTML stands for horizontal rule and is used to insert a horizontal rule or a thematic break in an HTML page to divide or separate document sections. The <hr> tag is an empty tag, and it does not require an end tag.
Example:
<p>There is a horizontal rule below this paragraph.</p>
<hr>
<p>This is a horizontal rule above this paragraph.</p>
There is a horizontal rule below this paragraph.
This is a horizontal rule above this paragraph.
Exercise Files
No Attachment Found
Join the conversation