| HR |
|
| This tag will create a horizontal line within your document. HR (Horizontal Rule) is useful for visually separting document sections. For example: |
|
| <HR ALIGN="CENTER" WIDTH="5"> |
|
| HR Attributes: |
|
| ALIGN="LEFT, RIGHT, or CENTER" |
| This attribute is used to align the rule against the right (ALIGN="RIGHT") or left (ALIGN="LEFT") side of the document. The ALIGN="CENTER" command will align the rule equidistant from the right and left sides of the document. |
|
| CLASS=" ... " |
| This attribute indicates the style 'class' applicable to the tag to which it has been assigned, the style 'class' being a function of a style sheet. For example, assume the style class 'relaxed' includes text with a font size of 8, and the style class 'active' includes text with a font size of 12. Using the CLASS="relaxed" attribute with a tag will cause the text within that tag to be displayed with a font size of 8. Using the CLASS="active" attribute with a tag will cause the text within that tag to be displayed with a font size of 12. |
|
| COLOR="#RRGGBB" or a color in qoutes, such as "RED", "BLUE" or "YELLOW" |
| This attribute sets the color of the element to which it was invoked, this case being the color of the horizontal rule. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value. |
|
| ID=" ... " |
| The ID attribute is used to assign a unique ID selector (identification) to the tag in which it is invoked. A style may be assigned to that ID, which will effect only that one instance of the attribute. |
|
| NOSHADE |
| This attribute is used to define whether or not 'shading' will be used on the horizontal rule. That is, the rule will appear with the color of the background specified in the BGCOLOR="#RRGGBB" statement within the document head. |
|
| SIZE="n" |
| This attribute is used to define the thickness of the horizontal rule, and is measured in pixels. |
|
| STYLE=" ... " |
| Used to specify which style sheet commands to apply to the instance of the STYLE attribute invoked within the tag. |
|
| WIDTH="n" |
| This attribute is used to define the 'length' of the horizontal rule, and can be measured in pixels or as a percentage of the space available within the document or frame. |
|
| TITLE=" ... " |
| The TITLE attribute is used to display a note or information in a popup window pertaining to the object to which it was assigned. The popup window is invoked by holding the mouse pointer over the object. |
|
This tag also accepts the following Event Handlers:
onBeforeUpdate
onBlur
onClick
onDblClick
onDragStart
onFocus
onHelp
onMouseDown
onMouseUp
onMouseOver
onMouseMove
onMouseOut
onKeyPress
onKeyDown
onKeyUp
onResize
onRowEnter
onRowExit
onSelectStart |