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 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 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.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
HTMLHRElementChrome Full support YesEdge Full support 12Firefox Full support 1IE Full support YesOpera Full support YesSafari Full support YesWebView Android Full support YesChrome Android Full support YesFirefox Android Full support YesOpera Android Full support YesSafari iOS Full support YesSamsung Internet Android Full support Yes

Legend

Full support
Full support

See also

  • The HTML element implementing this interface: <hr>