HTML Horizontal Rule
You can use the horizontal rule tags if you want to place a horizontal line within your web page.
Underneath this text is my horizontal rule
<hr />
Example: Underneath this text is my horizontal rule
Look how the horizontal rule tag places a line under our tag, you can place this tag anywhere inside your body tags.
