Element <hr> stands for "horizontal rule," it displays a horizontal line. Good for a break between contents (preferably, paragraphs), when you want to show something which is different, sort of transition — but not entirely different from each other. If you want to use it excessively, use HTML <table> instead.
Example:
<p> Line 1 </p>
<hr>
<p> Line 2 <p>
<hr>
Comments
Post a Comment