HTML Th Bgcolor Attribute - W3Schools

HTML <th> bgcolor Attribute HTML th Reference HTML <th> tag

Example

Table header cells with a background color:

<table border="1"> <tr> <th bgcolor="#FF0000">Month</th> <th bgcolor="#00FF00">Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </table>

Try it yourself!

Definition and Usage

The bgcolor attribute specifies a background color of a table header cell.

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The bgcolor attribute is deprecated, but still supported in all major browsers.

Compatibility Notes

The bgcolor attribute of the th element was deprecated in HTML 4.01, and is not supported in XHTML 1.0 Strict DTD.

Use CSS instead.

CSS syntax: <th style="background-color:red">

CSS Example: table header background-color

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

Syntax

<th bgcolor="value">

Attribute Values

Value Description
color_name Specifies the background color with a color name (like "red")
hex_number Specifies the background color with a hex code (like "#ff0000")
rgb_number Specifies the background color with an rgb code (like "rgb(255,0,0)")
HTML th Reference HTML <th> tag
The tools you need to build your web project!

Instant Demo

Ektron CMS400.NET Version 7.6 delivers all of the flexibility and features you need to deploy the Web site you want, quickly and efficiently.

learn more...

6 ways to take your site to the next level with Ektron:

Social Networking Create site stickiness through social networking. Keep it personal, relevant and interactive and they'll come back for more.
Open API Keep it open. Your site needs to be ready and able to connect to outside services. Ektron's open API gives you maximum flexibility.
Document Management Streamline content and document management. Users need to quickly and intuitively find and add information.
Content Authors Empower your content authors. Reduce IT bottlenecks by allowing business users to create and edit Web content and forms.
Taxonomy Climb to the top of search rankings. SEO tools, URL aliasing and eCommerce for your digital marketing strategy
Web 2.0 Tools Add powerful Web 2.0 tools like blogs, wikis, forums, geo-mapping, rating systems and RSS feeds easily.
See why there are 20,000+ Ektron integrations worldwide. Request an INSTANT DEMO or download a FREE TRIAL today.

Từ khóa » Html Th Colors