|
HTML Table
Attributes Tutorial
Example 5
Drawing the Table border and other attributes
The various attributes of the <TABLE> tag are BORDER for drawing the
border of the all rows, columns and the entire table, CELLSPACING to
define the space between the neighborhood cells, CELLPADDING to
define the space between the walls of the cell and its text within
it, ALIGN to align the data to RIGHT,LEFT,
CENTER and BGCOLOR defines the background color of the table .
|