Creates an HTML table.
NOTE: Whenever a specified attribute is not supported by a particular browser, the attribute is simply ignored by that browser.
Bottom Places the cell content at the bottom of each cell.
Caption The table caption.
CBottom Table caption displayed beneath the table.
CellPadding Specifies the space between the borders and the content of the cell.
CellSpacing Specifies the space between each individual cell.
Center Centers the cell content.
ColLabels The column labels.
EqualWidth Defines all cells as having the same width as the largest one used.
Left Left-justifies the cell contents in the cell.
Middle Places the content in the middle of each cell.
NoWrap When set, the cell contents don't wrap onto multiple lines within the cell.
Right Right-justifies the cell contents in the cell.
RowLabels The row labels.
Safe Handles HTML special characters (see
HTML_SAFE
).TCenter Centers the table on the page (left-right centering).
TLeft Left-justifies the table on the page. (Default: set)
Top Places the cell content at the top of each cell.
TRight Right-justifies the table on the page.