MenuBar

Wednesday, January 13, 2016

Tutorial: Buat Column/Row Table

Assalamualaikum dan salam sejahtera,

Table header Table cell 1
Table cell 2
Table header Table cell 1
Table cell 2


<br />
<table border="1" style="width: 90%;">
<tbody>
<tr><th rowspan="2" style="text-align: center;">Table header</th>
<td>Table cell 1</td>
</tr>
<tr>
<td>Table cell 2</td>
</tr>
</tbody>
<tbody>
<tr><th rowspan="2" style="text-align: center;">Table header</th>
<td>Table cell 1</td>
</tr>
<tr><td>Table cell 2</td>
</tr>
</tbody></table>
<br />


Table Cell Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell Table Cell

<table border="1" style="background-color:#FFFFCC;border-collapse:collapse;border:1px solid #FFCC00;color:#000000;width:100%" cellpadding="3" cellspacing="3">
    <tr>
        <td>Table Cell</td>
        <td>Table Cell</td>
        <td>Table Cell</td>
        <td>Table Cell</td>
    </tr>
    <tr>
        <td>Table Cell</td>
        <td>Table Cell</td>
        <td>Table Cell</td>
        <td>Table Cell</td>
    </tr>
    <tr>
        <td>Table Cell</td>
        <td>Table Cell</td>
        <td>Table Cell</td>
        <td>Table Cell</td>
    </tr>
    <tr>
        <td>Table Cell</td>
        <td>Table Cell</td>
        <td>Table Cell</td>
        <td>Table Cell</td>
    </tr>
</table>

Credit to: Quackit.com Search I Generator


Terima kasih baca, sudi-sudilah komen :) . 

No comments:

Post a Comment