bgColor property
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
styleattribute or using a style rule.
Implementation
external String get bgColor;
Implementation
external set bgColor(String value);