Search w3schools.com:

SHARE THIS PAGE

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 »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The size attribute is supported in all major browsers.


Definition and Usage

The <hr> size attribute is not supported in HTML5. Use CSS instead.

The size attribute of <hr> is deprecated in HTML 4.01.

The size attribute specifies the height of a horizontal line, in pixels.


Compatibility Notes

The size attribute of <hr> is deprecated in HTML 4.01. 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

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]