Post by: Ian
Tag Html Col
Contoh:
<table>
<caption>Benua</caption>
<colgroup span="2" class="columns1and2"></colgroup>
<tr>
<th>Amerika</th>
<th>Afrika</th>
<th>Australia</th>
<th>Asia</th>
</tr>
<!-- etc. -->
</table>
<table>
<caption>Negara</caption
<colgroup>
<col class="column1">
<col span="3" class="columns2and3and4">
</colgroup>
<tr>
<th>Indonesia</th>
<th>Malaysia</th>
<th>Brunei Darussalam</th>
<th>Filipina</th>
</tr>
<!-- etc. -->
</table>
Preview:
Amerika | Afrika | Australia | Asia |
---|
Indonesia
Malaysia
Brunei Darussalam
Filipina
No comments:
Post a Comment