align property

String get align

The align property of the HTMLTableCellElement interface is a string indicating how to horizontally align text in the th or td table cell.

Note: This property is deprecated, and CSS should be used to align text horizontally in a cell. Use the CSS property, which takes precedence, to horizontally align text in a cell instead.

Implementation

external String get align;
set align (String value)

Implementation

external set align(String value);