^ Zona Info: Tag Html Col

Tag Html Col

Zona Info | Ilmu Komputer |  Juni 24, 2017
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:
Benua
Amerika Afrika Australia Asia
Negara

Indonesia
Malaysia
Brunei Darussalam
Filipina

No comments:

Post a Comment