2.2.2.32 HTMLTableElement
The HTMLTableElement interface specifies that the contained content is organized into a table with rows and columns.
The HTMLTableElement interface has been extended with the following attributes:
The HTMLTableElement interface has been extended with the following method:
Valid tags within a table include caption, col, colGroup, tBody, tHead, and tr.
The table element is a block element.
-
//Introduced in Internet Explorer. interface HTMLTableElement : HTMLElement { attribute DOMString background; attribute DOMString borderColor; attribute DOMString borderColorDark; attribute DOMString borderColorLight; attribute DOMString cells; attribute long cols; attribute DOMString dataFld; attribute DOMString dataFormatAs; attribute DOMString dataSrc; attribute DOMString height; Node moveRow(in long iSource, in long iTarget); };