HTML HR - Horizontal Rule
Description
This is a Horizontal Rule line.
Examples
| <hr /> |
|
| <hr noshade/> |
|
| <hr size="10" noshade/> |
|
| <hr width="25%" noshade/> |
|
| <hr width="25%" align="left" noshade/> |
|
| <hr width="25%" align="right" noshade/> |
|
Attributes for <i>
| align |
left|center|right |
If the width of the horizontal rule is less than the width of the window this atttribute
will align the horizontal rule to the left,center or to the right |
| noshade |
|
This attribute has no value. It displays the rule as a solid bar |
| size |
a number |
the thickness of the horizontal rule (in pixels) |
| width |
a number |
the width/length of the horizontal rule in pixels or as a percentage of the container |