align property
String
get
align
The HTMLTableElement.align
property represents the
alignment of the table.
Implementation
external String get align;
set
align
(String value)
Implementation
external set align(String value);