Search w3schools.com:

SHARE THIS PAGE

HTML <hr> noshade Attribute

HTML hr Tag Reference HTML <hr> tag

Example

A noshaded horizontal line:

<hr noshade>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The noshade attribute is supported in all major browsers.


Definition and Usage

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.


Compatibility Notes

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">

CSS Example: A noshaded <hr>

In our CSS tutorial you can find more details about the color and background-color properties.


Differences Between HTML and XHTML

In XHTML, attribute minimization is forbidden, and the noshade attribute must be defined as <hr noshade="noshade" />.


Syntax

<hr noshade>


HTML hr Tag Reference HTML <hr> tag

W3Schools Certification

W3Schools' Online Certification

The perfect solution for professionals who need to balance work, family, and career building.

More than 10 000 certificates already issued!

Get Your Certificate »

The HTML Certificate documents your knowledge of HTML.

The HTML5 Certificate documents your knowledge of advanced HTML5.

The CSS Certificate documents your knowledge of advanced CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The jQuery Certificate documents your knowledge of jQuery.

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]