<html>
<head>
<title>Tabel dengan colspan</title>
</head>
<body>
<table width="500" border="1">
<tr>
<th scope="col">perumahan</th>
<th colspan="4 scope="col">tipe/Luas tanah(m<sup>2</sup>) </th>
</tr>
<tr>
<td>Griya Indah Permai</td>
<td>21/60</td>
<td>36/90</td>
<td>45/120</td>
<td>54/120</td>
</tr>
</table>
</body>
</html>
0 Response to "Tabel dengan colspan"
Post a Comment