bgColor property

String get bgColor

The bgcolor property of the HTMLTableElement represents the background color of the table.

Note: Do not use this attribute anymore. Instead, use the CSS property by modifying the element's style attribute or using a style rule.

Implementation

external String get bgColor;
set bgColor (String value)

Implementation

external set bgColor(String value);