pemograman web

On Jumat, 09 September 2016 0 komentar

membuat 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>

0 komentar:

Posting Komentar