I) A table is as follows:
a) 2 columns by 2 rows
|
|
|
|
b) <center><table
BORDER COLS=2
WIDTH="100%"
>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table></center>
c) Items can be right, left, and center aligned within the cells.
d)
<td><font color="#FFFFFF">hello</font></td> will result in
the following:
hello | hello |
hello | hello |
e) <center><table BORDER COLS=2
WIDTH="100%"
>
<tr>
<td><font color="#FFFFFF">hello</font></td>
<td><font color="#FFFFFF">hello</font></td>
</tr>
<tr>
<td><font color="#FFFFFF">hello</font></td>
<td><font color="#FFFFFF">hello</font></td>
</tr>
</table></center>
II) Another table is as follows:
a) 3 columns
by 3 rows
|
|
|
|
|
|
b)
<table BORDER COLS=2
WIDTH="100%"
>
<tr>
<td><center><font color="#FFFFFF">hello</font></center></td>
<td><center><font color="#FFFFFF">hello</font></center></td>
<td><center><font color="#FFFFFF">hello</font></center></td>
</tr>
<tr>
<td><center><font color="#FFFFFF">hello</font></center></td>
<td><center><font color="#FFFFFF">hello</font></center></td>
<td><center><font color="#FFFFFF">hello</font></center></td>
</tr>
<tr>
<td><center><font color="#FFFFFF">hello</font></center></td>
<td><center><font color="#FFFFFF">hello</font></center></td>
<td><center><font color="#FFFFFF">hello</font></center></td>
</tr>
</table>
COPYRIGHT 2002
ALL RIGHTS RESERVED BY J.A.M.
HTML CODES
ON THE INTERNET
SAINT LOUIS, MISSOURI