HTMLHRElement
The HTMLHRElement
interface provides special properties (beyond those of the HTMLElement
interface it also has available to it by inheritance) for manipulating <hr>
elements.
Properties
Inherits properties from its parent, HTMLElement
.
HTMLHRElement.align
-
Is a
DOMString
, an enumerated attribute indicating alignment of the rule with respect to the surrounding context. HTMLHRElement.color
-
Is a
DOMString
representing the name of the color of the rule. HTMLHRElement.noshade
-
Is a boolean value that sets the rule to have no shading.
HTMLHRElement.size
-
Is a
DOMString
representing the height of the rule. HTMLHRElement.width
-
Is a
DOMString
representing the width of the rule on the page.
Methods
No specific method; inherits methods from its parent, HTMLElement
.
Specifications
Specification |
---|
HTML Standard # htmlhrelement |
Browser compatibility
BCD tables only load in the browser
See also
- The HTML element implementing this interface:
<hr>