web api instance property
HTMLTableRowElement: bgColor property
The HTMLTableRowElement.bgColor property is used to set the background color of a row or retrieve the value of the obsolete bgColor attribute, if present.
[!NOTE] This property is deprecated and CSS should be used to set the background color. Use the
background-colorproperty instead.
Value
One of the following value types can be used:
- a named color, like
redorblue - a hex code, like
#0000dd
[!NOTE] The values accepted here are a subset of the CSS color values. You can reuse HTML color values in CSS, but not in the other direction: the unknown colors would appear differently than expected.
Examples
Use CSS background-color instead. An example is available on the background-color page.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.