Gets or sets the table’s position with respect to the rest of the document.

[VBScript]
Public Property Align As String
[JScript]
public function get Align() : String;
public function set Align(String);

Property Value

A string representing the table’s position with respect to the rest of the document.

See Also

HTMLTableElement Object | HTMLTableElement Members | DOM Namespace