Tiga hal penting dari tabel adalah :
- Tag pembuka tabel : <table>
- Tag row : <tr>
- Tag data : <td>
Tag
|
Atribut/Contoh Penulisan
|
Fungsi
|
<table>…</table>
|
border=”…”
<table border=”1”>
|
Ketebalan
tabel.
|
align=”…”
|
Pengaturan tabel
(posisi kanan, kiri tengah)
|
|
width=”…”
<table width=”80%”> atau
<table width=”600”>
|
Lebar tabel. Dapat diisi dengan
satuan pixel atau persen.
|
|
valign=”…”
|
Perataan secara vertical
|
|
bordercolor=”…”
|
Warna border.
|
|
bgclor=”…”
|
Warna background tabel baris atau
cell.
|
Contoh HTML tabel :

Source: http://www.w3schools.com/html/html_tables.asp

ConversionConversion EmoticonEmoticon