Table Tutorials - Part
4
Lets review what we went over.
<TABLE> opens the table, and </TABLE>
closes it.
<TR></TR> specifies the beginning
and ending of a table row.
<TD></TD> specifies the beginning
and ending of table or cell data.
<TD rowspan="#"></TD>
combines 2 or more cells into one.
bgcolor="######" gives the table
a background color.
bordercolor="######" gives the
table a border color, if border is 1 or higher in size.
border="#" the size of the table
border.
<TD align=""></TD>
aligns the contents of the cell, values in between the quotes are either
left, right or center.
Return
to Tutorials Home
|