Table 07
Table width = 400
Table height = 250
Rows = 4
Columns = 3

1
2 3
4 5
6 7
8 9

Code

<table style="background-color:blue;" width="400" height="250" border="1"> <tr> <td colspan="3" height="25">1 </tr> <tr> <td width="200" height="75">2 <td colspan="2" height="75">3 </tr> <tr> <td width="200" height="25">4 <td colspan="2" height="25">5 </tr> <tr> <td rowspan="2" width="200">6 <td colspan="2" height="75">7 </tr> <tr> <td>8 <td>9 </tr> </table>
home | previous | next