Nested
Tables, Example and Code
The portion of
the source code below represents the nested table. Note it has all
the regular table code and is the "object" that occupies
the <td> table data cell in the first and only row.
<table
border="1" cellspacing="2" cellpadding="1"
width="600" height="150">
<tr>
<td>
<!---the
table below is the nested table--->
<table
border="2" cellspacing="2" cellpadding="1"
width="300">
<tr>
<td>Zanzibar</td>
<td>Mali</td>
</tr>
</table>
</td>
</tr>
</table>
Copyright 1997-2002
John Sedgwick
All rights reserved