Tabel 1 kolom
| satu kolom |
code:
| <table border="1" style="width:"auto"> <tr> <td>satu kolom</td> </tr> </table> |
2 kolom
| dua kolom | dua kolom |
| <table border="1" style="width:"auto"> <tr> <td>dua kolom</td> <td>dua kolom</td> </tr> </table> |
Tabel 1baris
| satu baris kolom |
| satu baris kolom |
| <table border="1" style="width:"auto"> <tr> <td>satu baris kolom</td> </tr> <tr> <td>satu baris kolom</td> </tr> </table> |
Tabel 2baris
| dua baris kolom | dua baris kolom |
| dua baris kolom | dua baris kolom |
| <table border="1" style="width:"auto"> <tr> <td>dua baris kolom</td> <td>dua baris kolom</td> </tr> <tr> <td>dua baris kolom</td> <td>dua baris kolom</td> </tr> </table> |
| Table | ||||
| cell colspan 1 | cell colspan 2 | cell colspan 3 | cell colspan 4 | cell colspan 5 |
| <table border="1" bgcolor="" cellpadding="5" cellspacing="5" style="width:"auto"gt; <tr> <td align="center" colspan="5"> Table </td></tr> <tr> <td align="left" bgcolor=""> cell colspan 1 </td> <td align="left" bgcolor=""> cell colspan 2 </td> <td align="left" bgcolor=""> cell colspan 3 </td> <td align="left" bgcolor=""> cell colspan 4 </td> <td align="left" bgcolor=""> cell colspan 5 </td> <tr/> </table> |












0 komentar:
Speak up your mind
Tell us what you're thinking... !