HTMLTableElement
Represents the HTML table element.
The list of possible table frame directives.
The list of possible table rules.
Gets or sets the value of the alignment attribute.
Gets or sets the value of the background color attribute.
Gets or sets the value of the border attribute.
Gets the assigned caption element.
Gets or sets the value of the cellpadding (padding within a cell) attribute.
Gets or sets the value of the cellspacing (spacing between the cells) attribute.
Gets or sets the value of the frame attribute.
Gets the assigned table rows.
Gets or sets the value of the rules attribute.
Gets or sets the value of the summary attribute.
Gets the assigned body sections.
Gets the assigned foot section.
Gets the assigned head section.
Gets or sets the value of the width attribute.
Create a new table caption object or return an existing one.
Create a table footer row or return an existing one.
Create a table header row or return an existing one.
Delete the table caption, if one exists.
Deletes a table row.
Delete the footer from the table, if one exists.
Delete the header from the table, if one exists.
Inserts a new empty row in the table. The new row is inserted immediately before
and in the same section as the current indexth row in the table. If index is -1
or equal to the number of rows, the new row is appended. In addition, when the
table is empty the row is inserted into a TBODY which is created and inserted
into the table.