HR stands for horizontal rule, which is the horizontal bar that can appear on your page. A simple use of this tag is shown below after its' code
This is text on top of the horizontal rule.
<hr>
This is text on bottom of the horizontal rule.
Example
This is text on top of the horizontal rule.
This is text on bottom of the horizontal rule.
This tag has a number of additional parameters that can be used to change the appearance of the bar the table below shows a list of these parameters
| Parameter Name |
Description |
| SIZE |
Specifies the thickness of the bar |
| WIDTH |
Specifies the width of the bar in either pixels or as a percentage |
| ALIGN |
Indicates how the bar should be placed on the page (left, center, right) |
| NOSHADE |
Removes the shadow that normally appears below the bar |
| COLOR |
Specifies the color of the bar; if omitted, the default is dark gray |
<-- Back to BR Tag