HTMLTableElement.Border Property |
Gets or sets the width of the border around the table.
[VBScript] Public Property Border As Integer
[JScript] public function get Border() : int; public function set Border(int);
The width of the border around the table.
HTMLTableElement Object | HTMLTableElement Members | DOM Namespace