TABLE Element



HTML Tables are contained within the <TABLE> and </TABLE> tags. The <TABLE> tag denotes the range of the table, and defines properties of it.

The attribute BORDER indicates that the table should be drawn with a border around it and between each of the table's cells -- in the notation of tables, each box within the table is called a cell.

The only two elements allowed inside a table are CAPTION, and TR.