HTML <hr> size Attribute
Definition and Usage
The size attribute specifies the height of a horizontal line, in pixels.
Browser Support
Attribute | |||||
---|---|---|---|---|---|
size | Yes | Yes | Yes | Yes | Yes |
The size attribute is deprecated, but still supported in all major browsers.
Compatibility Notes
The size attribute of <hr> is not supported in HTML5. Use CSS instead.
CSS syntax: <hr style="height:30px">
CSS Example: Set the height of a <hr> element
In our CSS tutorial you can find more details about the height property.
Syntax
<hr size="pixels">
Attribute Values
Value | Description |
---|---|
pixels | The height of the <hr> element |
❮ HTML <hr> tag