HTML Horizontal Rule Tag

<HR> tag: (Horizontal Rule)

Attribute definitions

align = left|center|right
This attribute specifies the horizontal alignment of the rule with respect to the surrounding context. The default is align=center. Possible values:
noshade
When set, this boolean attribute requests that the user agent render the rule in a solid color rather than as the traditional two-color "groove".
size = pixels
This attribute specifies the height of the rule. The default value for this attribute depends on the user agent.
width = length
This attribute specifies the width of the rule. The default width is 100%, i.e., the rule extends across the entire canvas.

previous slide | next slide
Return to Beginning of Presentation
Return to Software Development Library