W3cubDocs

/Web APIs

HTMLHRElement

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

The HTMLHRElement interface provides special properties (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating <hr> elements.

EventTarget Node Element HTMLElement HTMLHRElement

Instance properties

Inherits properties from its parent, HTMLElement.

HTMLHRElement.align Deprecated

A string, an enumerated attribute indicating alignment of the rule with respect to the surrounding context.

HTMLHRElement.color Deprecated

A string representing the name of the color of the rule.

HTMLHRElement.noShade Deprecated

A boolean value that sets the rule to have no shading.

HTMLHRElement.size Deprecated

A string representing the height of the rule.

HTMLHRElement.width Deprecated

A string representing the width of the rule on the page.

Instance methods

No specific method; inherits methods from its parent, HTMLElement.

Specifications

Specification
HTML>
# htmlhrelement>

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
HTMLHRElement 1 12 1 ≤12.1 1 18 4 ≤12.1 1 1.0 4.4 1
align 1 12 1 ≤12.1 1 18 4 ≤12.1 1 1.0 4.4 1
color 33 12 1 20 10.1 33 4 20 10.3 2.0 4.4.3 10.3
noShade 1 12 1 ≤12.1 1 18 4 ≤12.1 1 1.0 4.4 1
size 1 12 1 ≤12.1 1 18 4 ≤12.1 1 1.0 4.4 1
width 1 12 1 ≤12.1 1 18 4 ≤12.1 1 1.0 4.4 1

See also

  • The HTML element implementing this interface: <hr>

© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLHRElement