Path = Home : Webmaster Resources : HTML Design Tips : How To Create Horizontal Rules Using The <hr> Tag
The <hr> tag creates a horizontal line across a web page.
You can specify the height, width, color and shading
values within the <hr> tag.
Examples:
<HR WIDTH="50%" SIZE="3">
<HR WIDTH="50%" SIZE="1" NOSHADE>
<HR WIDTH="75%" COLOR="#FF0000">
This example will display a red horizontal rule across
75% of your page.
<hr align="left" width="70%" size="2" noshade COLOR="#FF6633">