Bill Kennelly's HTML Tag Reference
HR - horizontal rule
Description
The HR tag draws a horizontal line across the document frame or window. You can use a horizontal line to visually divide information or sections. The HR tag does not have a closing tag.
Syntax
<HR ALIGN="left|right|center" NOSHADE SIZE="thickness" WIDTH="width">
Attributes
ALIGN specifies the horizontal alignment of the heading. The value can be one of the following:
  • LEFT aligns the line flush left.
  • CENTER centers the line (the default).
  • RIGHT aligns the line flush right.
NOSHADE displays the line as a solid black line with no shading.
SIZE specifies the thickness of the line in pixels. The default is 2 pixels.
WIDTH specifies the width of the line in pixels or percentages. Default is full width of page.

Tag Ref. A-ZBill Kennelly ©1999 - 2000Tag Groups