THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

HTML <hr> size Attribute

HTML hr Tag Reference HTML <hr> tag

Example

A horizontal line with a height of 30 pixels:

<hr size="30">
Try it yourself »

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 Reference HTML <hr> tag