HTML HR Tag


HTML HR Tag (Horizontal Rule)

    The horizontal rule <hr> tag is a line across your web page. It separates one idea from another, and can just make your web page easier to read. The <hr> tag does not use a closing tag.


Syntax

<HR
size=xxx width=xxx align=position color="#rrggbb" noshade>



Modifiers

SIZE=number
The size is the thickness of the line.
WIDTH=number
Width, in either pixels or the percentage of the screen (ie; 80%).
ALIGN=position
The align modifier controls the horizontal location, with respect to the field the item resides in. Options can be LEFT, CENTER or RIGHT.
NOSHADE
Takes out any shading or third dimension attributes.
COLOR="color"
Defines the color of the line.