ZVON > References > DOM2 Reference

HTMLTableCellElement (interface )


Own properties:
attributes  -  abbr, align, axis, bgColor, cellIndex, ch, chOff, colSpan, headers, height, noWrap, rowSpan, scope, vAlign, width
methods  -  none

Inherited properties:
This interface inherits all properties from HTMLElement, the generic interface for all element interfaces in DOM HTML, which itself inherits all properties from DOM Core interface Element and thus also Node.

Description:
The object used to represent the TH and TD elements. See the TD element definition in HTML 4.01.