bgColor property

String get bgColor

The HTMLTableCellElement.bgColor property is used to set the background color of a cell or get 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 property instead.

Implementation

external String get bgColor;
set bgColor (String value)

Implementation

external set bgColor(String value);