how to draw horizontal line css code example
Example 1: horizontal line html
<!-- code -->
<hr>
<!-- code -->
Example 2: horizontal line
Incase you are trying to diffrentiate between verical and horizontal. this is a horizontal line
------------
<!--Then Vertical goes straight from top to bottom. -->
<!--to add a horizontal line in html-->
<hr>