frame property

String get frame

The HTMLTableElement interface's frame property is a string that indicates which of the table's exterior borders should be drawn.

Implementation

external String get frame;
set frame (String value)

Implementation

external set frame(String value);