Attribute for <HR ...>
ALIGN =
LEFT
| RIGHT
| CENTER
Usage Recommendation |
use it, but don't rely on it |
ALIGN
sets the alignment of the rule. ALIGN
is only useful if you also use
WIDTH
.
<HR WIDTH="40%" ALIGN=LEFT>
<HR WIDTH="40%" ALIGN=CENTER>
<HR WIDTH="40%" ALIGN=RIGHT>
gives us