Kamis, 08 September 2016

Contoh Tabel HTML

<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 colapan="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>


0 komentar:

Posting Komentar