Simple Tables Page Two
|
Tik Tok
|
Tik Tok |
| Tik Tok | Tik Tok |
| Tik Tok | Tik Tok |
Here is the same table with My Comments in red:
<center> (Opens the center tag to align this table in the center of your web page)
< table width="70%" border="5"
cellspacing="1" cellpadding="1">
(Table width is set at 70 percent, we have a
border of 5 pixels around the table, and the cellspacing and cellpadding is
1 pixel each)
<tr>(Opens the table row items)
<td>(Indicates
the table data cell)Tik Tok </td>(Closes
the table data cell)
<td>(Indicates the table data cell)Tik
Tok </td>(Closes the table data cell)
</tr>(Closes the table row items)
<tr>(Opens the table row items)
<td>(Indicates
the table data cell)Tik Tok </td>(Closes
the table data cell)
<td>(Indicates the table data cell)Tik
Tok </td>(Closes the table data cell)
</tr>(Closes the table row items)
<tr>(Opens the table row items)
<td>(Indicates
the table data cell)Tik Tok </td>(Closes
the table data cell)
<td>(Indicates the table data cell)Tik
Tok </td>(Closes the table data cell)
</tr>(Closes the table row items)
</table>(Closes the table)
</center>(Closes the center align tag)
This table has no extra information added for colors. No frame (border) color, no background color (bgcolor). Your browser is plugging in univeral defaults for these.
End of PageTwo....click here for Page Three
Back to Site Help
This helpful information compiled by Tik Tok