![]()
The noshade attribute is supported in all major browsers.
The <hr> noshade attribute is not supported in HTML5. Use CSS instead.
The noshade attribute of <hr> is deprecated in HTML 4.01.
The noshade attribute is a boolean attribute.
When present, it specifies that a horizontal line should render in one solid color (noshaded), instead of a shaded color.
The noshade attribute of <hr> is deprecated HTML 4.01. Use CSS instead.
CSS syntax for Internet Explorer: <hr style="height:2px;color:gray">
CSS syntax for Firefox, Opera, Chrome, and Safari: <hr style="height:2px;border-width:0;background-color:gray">
For cross-browser syntax, use both: <hr style="height:2px;border-width:0;color:gray;background-color:gray">
In our CSS tutorial you can find more details about the color and background-color properties.
In XHTML, attribute minimization is forbidden, and the noshade attribute must be defined as <hr noshade="noshade" />.
HTML <hr> tag
Your message has been sent to W3Schools.