Dividers (Horizontal rule)

The HTML web page horizontal rule <HR>, also known as a line divider, is used to divide content areas within a web page.

These HTML horizontal rules can be used to divide your products, navigational menus or whatever.
here is the tag below:

<HR> 

you can also add more to the tag. for example:

<HR COLOR="#FF0000" SIZE="4">

or

<HR SIZE="3">

or whatever you like. But i recommend you don't go over 4 in size.


<next tutorial>