What I definatly miss in this tutorial, are the attribute colspan and rowspan. the first table has one cell in his first column. the second table has one cell in his first row
<table width="95%" height="95%" border="2" cellspacing="2" cellpadding="2"> <tr> <td rowspan="3"> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr></table><table width="95%" height="95%" border="2" cellspacing="2" cellpadding="2"> <tr> <td colspan="3"> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr></table>