W3Schools.com

HTML <hr> noshade Attribute

HTML hr Tag Reference HTML <hr> tag

Example

A noshaded horizontal line:

<hr noshade="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 noshade attribute of <hr> is deprecated in HTML 4.01.

The noshade attribute 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 not supported in HTML 4.01 Strict / XHTML 1.0 Strict DTD.

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.


Syntax

<hr noshade="noshade" />

Attribute Values

Value Description
noshade The horizontal line will render in one solid color (noshaded)


HTML hr Tag Reference HTML <hr> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE