The HTMLHRElement
interface provides special properties (beyond those of the HTMLElement
interface it also has available to it by inheritance) for manipulating <hr>
elements.
Inherits properties from its parent, HTMLElement
.
Name | Type | Description |
---|---|---|
align
| DOMString | Enumerated attribute indicating alignment of the rule with respect to the surrounding context. |
color
| DOMString | The name of the color of the rule. |
noshade
| Boolean | Sets the rule to have no shading. |
size
| DOMString | The height of the rule. |
width
| DOMString | The width of the rule on the page. |
No specific method; inherits methods from its parent, HTMLElement
.
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'HTMLHRElement' in that specification. | Living Standard | The color property has been added, as an obsolete property, to increase compatibility with the existing web. |
HTML5 The definition of 'HTMLHRElement' in that specification. | Recommendation | Following properties are now obsolete: align , noshade , size , and width . |
Document Object Model (DOM) Level 2 HTML Specification The definition of 'HTMLHRElement' in that specification. | Obsolete | No change from Document Object Model (DOM) Level 1 Specification. |
Document Object Model (DOM) Level 1 Specification The definition of 'HTMLHRElement' in that specification. | Obsolete | Initial definition. |
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 1.0 (1.7 or earlier) | (Yes) | (Yes) | (Yes) |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 1.0 (1.0) | (Yes) | (Yes) | (Yes) |
<hr>
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLHRElement