![]()
The align attribute is supported in all major browsers.
The <hr> align attribute is not supported in HTML5. Use CSS instead.
The align attribute of <hr> is deprecated in HTML 4.01.
The align attribute specifies the alignment of a horizontal line.
Note: The align attribute has no effect unless the width attribute is set to less than 100%.
The align attribute of <hr> is deprecated in HTML 4.01. Use CSS instead.
CSS syntax for IE and Opera: <hr style="text-align:right">
CSS syntax for Firefox, Chrome, and Safari: <hr style="margin-right:0">
For cross-browser syntax use both: <hr style="text-align:right;margin-right:0">
CSS Example: Align a <hr> element
In our CSS tutorial you can find more details about the text-align property.
| Value | Description |
|---|---|
| left | Left-aligns the horizontal line |
| center | Center-aligns the horizontal line (this is default) |
| right | Right-aligns the horizontal line |
HTML <hr> tag
Your message has been sent to W3Schools.