Contoh html tabel

<html>
<head>
<title>Penggunaan ALIGN</title>
</head>
<body>
<table border="1">
<caption>Daftar wiraniaga</caption>
<tr>
<th colspan="2" rowspan="2">WIRANIAGA</th>
<th colspan="3">KOTA</th>
</tr>
<tr>
<th>SEMARANG</th>
<th>Kudus</th><th>Solo</th>
<tr>
<tr>
<th rowspan="2">Jenis Kelamin</th>
<th>Pria</th>
<td align="right">30</td>
<td align="right">20</td>
<td align="right">30</td>
</tr>
<tr>
<th>Wanita</th>
<td align="right">20</td>
<td align="right">8</td>
<td align="right">18</td>
</tr>
</table>
</body>
</html>




Related Posts:

0 Response to "Contoh html tabel"

Post a Comment