2.2.2.31 HTMLTableCellElement
Quirks Mode, IE7 Mode, IE8 Mode, IE9 Mode, IE10 Mode, and IE11 Mode (All Versions)
The HTMLTableCellElement interface specifies a cell in a table.
The HTMLTableCellElement interface has been extended with the following attributes:
The td element is a block element.
-
//Introduced in Internet Explorer. interface HTMLTableCellElement : HTMLElement { attribute DOMString background; attribute DOMString borderColor; attribute DOMString borderColorDark; attribute DOMString borderColorLight; };