Home
HTML
HTML bgcolor attribute
HTML
HTML bgcolor attribute
Example
An HTML table with a background color on the first table row:
<table border="1">
<tr bgcolor="#FF0000">
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
Definition and Usage
The bgcolor attribute specifies a background color of a table row.
Browser Support
The bgcolor attribute is deprecated, but still supported in all major browsers.
Compatibility Notes
The bgcolor attribute of the tr element was deprecated in HTML 4.01, and is not supported in XHTML 1.0 Strict DTD.
Use CSS instead.
CSS syntax: <tr style="background-color:red">
Syntax
<tr 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 bgcolor attribute
Reviewed by 1000sourcecodes
on
20:42
Rating: 5
Change Language
Most Popular
-
Transform mapping is a set of design steps that allows a DFD with transform flow characteristics to be mapped into a specific architectural...
-
System Design is a solution. It tells the approach to the creation of a new system. It provides the methods to implement the system given in...
-
KINDS OF INFORMATION REQUIRED Information gathering is an art and a science. The approach and manner in which information is gathered requ...
-
In many software applications, a single data item triggers one or a number of information flows that effect a function implied by the trigg...
-
Risk projection, also called risk estimation, attempts to rate each risk in two ways—the likelihood or probability that the risk is real an...
-
Several development activities are carried out during structured design. They are database design, implementation planning, system test prep...
-
Design methodologies aim at the following Improve productivity of the analysts and programmers. Improve documentation. Cut down costs....
-
Software project estimation is a form of problem solving, and in most cases, the problem to be solved (i.e., developing a cost and effort e...
-
As data are collected, they must be organized and evaluated and conclusions drawn for preparing a report to the user for final review and ap...
-
There are three general approaches for getting information regarding the users requirements. They are Asking Getting information from th...
Most Viewed
-
Transform mapping is a set of design steps that allows a DFD with transform flow characteristics to be mapped into a specific architectural...
-
There are five types of characteristics for a system. They are 1. Organization 2 . Interaction 3 . Interdependence 4. Integration 5....
-
The concurrent development model, sometimes called concurrent engineering, has been described in the following manner by Davis and Sitaram ...
-
In many software applications, a single data item triggers one or a number of information flows that effect a function implied by the trigg...
-
The spiral model suggests a framework activity that addresses customer communication. The objective of this activity is to elicit project r...
-
Risk projection, also called risk estimation, attempts to rate each risk in two ways—the likelihood or probability that the risk is real an...
-
The term fourth generation techniques (4GT) encompasses a broad array of software tools that have one thing in common: each enables the sof...
-
During early stages of project planning, a risk may be stated quite generally. As time passes and more is learned about the project and the...
-
There are mainly three types of system. 1 .Physical or Abstract 2. Open or Closed 3 .Man Made Information System PHYSICAL OR ABSTRACT ...
-
The key elements of a system are 1. outputs and inputs 2 .processors 3 .control 4 .feedback 5. environment 6. boundaries and interfac...
All Rights Reserved by Best Online Tutorials | Source codes | Programming Languages © 2014 - 2015
Powered by Blogger.
Example
An HTML table with a background color on the first table row:<table border="1"> <tr bgcolor="#FF0000"> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </table> |
Definition and Usage
The bgcolor attribute specifies a background color of a table row.Browser Support
The bgcolor attribute is deprecated, but still supported in all major browsers.Compatibility Notes
The bgcolor attribute of the tr element was deprecated in HTML 4.01, and is not supported in XHTML 1.0 Strict DTD.Use CSS instead.
CSS syntax: <tr style="background-color:red">
Syntax
<tr 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 bgcolor attribute
Reviewed by 1000sourcecodes
on
20:42
Rating: 5
Change Language
Most Popular
-
Transform mapping is a set of design steps that allows a DFD with transform flow characteristics to be mapped into a specific architectural...
-
System Design is a solution. It tells the approach to the creation of a new system. It provides the methods to implement the system given in...
-
KINDS OF INFORMATION REQUIRED Information gathering is an art and a science. The approach and manner in which information is gathered requ...
-
In many software applications, a single data item triggers one or a number of information flows that effect a function implied by the trigg...
-
Risk projection, also called risk estimation, attempts to rate each risk in two ways—the likelihood or probability that the risk is real an...
-
Several development activities are carried out during structured design. They are database design, implementation planning, system test prep...
-
Design methodologies aim at the following Improve productivity of the analysts and programmers. Improve documentation. Cut down costs....
-
Software project estimation is a form of problem solving, and in most cases, the problem to be solved (i.e., developing a cost and effort e...
-
As data are collected, they must be organized and evaluated and conclusions drawn for preparing a report to the user for final review and ap...
-
There are three general approaches for getting information regarding the users requirements. They are Asking Getting information from th...
Most Viewed
-
Transform mapping is a set of design steps that allows a DFD with transform flow characteristics to be mapped into a specific architectural...
-
There are five types of characteristics for a system. They are 1. Organization 2 . Interaction 3 . Interdependence 4. Integration 5....
-
The concurrent development model, sometimes called concurrent engineering, has been described in the following manner by Davis and Sitaram ...
-
In many software applications, a single data item triggers one or a number of information flows that effect a function implied by the trigg...
-
The spiral model suggests a framework activity that addresses customer communication. The objective of this activity is to elicit project r...
-
Risk projection, also called risk estimation, attempts to rate each risk in two ways—the likelihood or probability that the risk is real an...
-
The term fourth generation techniques (4GT) encompasses a broad array of software tools that have one thing in common: each enables the sof...
-
During early stages of project planning, a risk may be stated quite generally. As time passes and more is learned about the project and the...
-
There are mainly three types of system. 1 .Physical or Abstract 2. Open or Closed 3 .Man Made Information System PHYSICAL OR ABSTRACT ...
-
The key elements of a system are 1. outputs and inputs 2 .processors 3 .control 4 .feedback 5. environment 6. boundaries and interfac...
All Rights Reserved by Best Online Tutorials | Source codes | Programming Languages © 2014 - 2015
Powered by Blogger.