The Horizontal Rule is define <hr> tag, hr separate you line content with border.
The <hr> tag is an empty tag which means that it has no end or closing tag, this is the single tag.
This is support all HTML version, and support all Browser.
Example:
<p>Online <hr>Webcoach</p>
Output:
Online
Webcoach
No comments:
Post a Comment