If you want to put a horizontal line to separate items on your page it is simply the <hr> attribute.
Here are some options you can add to your line:
<hr attribute1=”..” attribute2=”..”>
Inserts a horizontal line.
Attributes:
- size=”..” ; the thickness of the line.
- color=”..” ; line color, Internet Explorer only.
- width=”..” ; the length of the line.
- align=”..” ; alignment of line: RIGHT, LEFT, or CENTER.
- noshade ; make a solid line.