Web/API/HTMLHRElement

From Get docs


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 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 Status Comment
HTML Living StandardThe 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.
HTML5The definition of 'HTMLHRElement' in that specification. Recommendation Following properties are now obsolete: align, noshade, size, and width.
Document Object Model (DOM) Level 2 HTML SpecificationThe definition of 'HTMLHRElement' in that specification. Obsolete No change from Document Object Model (DOM) Level 1 Specification.
Document Object Model (DOM) Level 1 SpecificationThe definition of 'HTMLHRElement' in that specification. Obsolete Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
HTMLHRElement Chrome

Full support Yes

Edge

Full support 12

Firefox

Full support 1

IE

Full support Yes

Opera

Full support Yes

Safari

Full support Yes

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

Full support Yes

Opera Android

Full support Yes

Safari iOS

Full support Yes

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support


See also

  • The HTML element implementing this interface: <hr>