public static class TableElement
extends Object
The create* and delete* methods on the table allow authors to construct and
modify tables. [HTML 4.01] specifies that only one of each of the CAPTION,
THEAD, and TFOOT elements may exist in a table. Therefore, if one exists, and
the createTHead() or createTFoot() method is called, the method returns the
existing THead or TFoot element.
- See Also:
- W3C HTML Specification,
Serialized Form