20160904

Tabel Dengan Colspan

<html>
<head>
<title>Tabel dengan Colspan</title>
</head>
<body>
<table width="500" border="1">
<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>

Tidak ada komentar:

Posting Komentar