You are on page 1of 13

<html>

<head>
<title>Tabel</title>
</head>
<body>
<table width="200" border="1">
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td rowspan="2">&nbsp;</td>
<td>&nbsp;</td>
<td rowspan="2">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>

You might also like