<html>
<head>
<tittle>penggunaan ALIGN</tittle>
</head>
<body>
<table width=80% border="1">
<caption>Daftar wiraniaga</caption>
<tr>
<th colspan ="2" rowspan="2"bgcolor="blue">WIRANIAGA</th>
<th colspan="3"bgcolor="cyan">KOTA</th>
</tr>
<tr>
<th bgcolor="red">SEMARANG</th>
<th bgcolor="red">KUDUS</th><th bgcolor="red">SOLO</th>
</tr>
<tr>
<th rowspan="2"bgcolor="cyan">>Jenis kelamin</th>
<th bgcolor="red">Pria</th>
<td align="left"bgcolor="cyan">30</td>
<td align="center"bgcolor="cyan">30</td>
<td align="right"bgcolor="cyan">30</td>
</tr>
<tr>
<th bgcolor="cyan">Wanita</th>
<td align="left"bgcolor="red">20</td>
<td align="center"bgcolor="red">8</td>
<td align="right"bgcolor="red">18</td>
</tr>
</table>
</body>
</html> penggunaan ALIGN
Daftar wiraniaga
Hasil Coding daftar wiraniaga
penggunaan ALIGN
WIRANIAGA | KOTA | |||
---|---|---|---|---|
SEMARANG | KUDUS | SOLO | ||
>Jenis kelamin | Pria | 30 | 30 | 30 |
Wanita | 20 | 8 | 18 |
Tidak ada komentar:
Posting Komentar