tabel colspan

<html>
<head>
<title>Tabel Dengan Colspan</title>
</head>
<body>
<table width="300"border="1" bgcolor="green">
<tr>
<th scope="col">Benua</th>
<th colspan="2"scope="col">Eropa</th>
<th colspan="2"scope="col">Asia</th>
</tr>
<tr>
<td>Negara</td>
<td>Belanda</td>
<td>Italia</td>
<td>Indonesia</td>
<td>India</td>
</tr>
</table>
</body>
</html>




Related Posts:

    0 Response to "tabel colspan"

    Post a Comment