Customizing Horizontal Rules
Rule Alignment
Horizontal rules are normally centered, but you can use the
ALIGN="left"
or
ALIGN="right"
in the
<HR>
tag, too. Horizontal rules are also affected
by <DIV ALIGN="right">
and
<DIV ALIGN="left">.
</BODY></HTML>
<DIV ALIGN="center">
<HR SIZE=10 WIDTH=70% COLOR="green"><P>
</DIV>
</BODY></HTML>