Home » HTML Background-color

HTML Background-color

by Online Tutorials Library

HTML Background-color

The <bgcolor> is the attribute to set the background color of an HTML element. This attribute is used with the following tags:

  • <body>
  • <table>
  • <marquee>
  • <td>
  • <th>
  • <tr>

Syntax

Examples: The following examples use the <bgcolor> attribute in the different tags.

Example 1: Use the <bgcolor> attribute with the <body> tag

Test it Now

Output:

HTML Background-color

Example 2: Use the <bgcolor> attribute with the <tr> tag

Test it Now

Output:

HTML Background-color

Example 3: The following example use the <bgcolor> attribute with the <marquee> tag.

Test it Now

Output:

HTML Background-color

Browser Support

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
<bgcolor> Yes Yes Yes Yes Yes

Next TopicHTML Date

You may also like