Horizontal lines can be created using the <hr> tag. This puts a plain old ordinary line across the page like this:
| size | the height of the line in pixels. |
| width | stated either as width in pixels or as a percent of the page. |
| align | Refers to the location that the line should take. Possible values are "left", "right", or "center". |
| noshade | Creates a solid bar with no shading. |
<hr size=35 width=20% align=right>
Create this display
Email it to me.