Posted by : Latif blog
Jumat, 02 September 2016
<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>
<th align= "right">30</td>
<th align= "right">20</td>
<th 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>