Kode html untuk membuat tabel



Kode html untuk membuat tabel, berikut :

1. Klik "Layout" (Tata Letak)
2. Klik "Add Gadget"
3. Pilih "Javascript/HTML"
4. Copy dan Paste kode berikut ini:
5. save.

<html>
<head>
<title></title>
</head>
<body>
<!-- Put the body of your page below this line -->
<table width="500" border="5">
<tr>
<td width="25"><center>No</center></td>
<td width="300"><center>Nama Barang</center></td>
<td width="150"><center>Banyaknya</center></td>
<td width="150"><center>Satuan</center></td>
<td width="150"><center>Jumlah</center></td>
</tr>
<tr>
<td><center>1</center></td>
<td>Gula</td>
<td><center>5 kg</center></td>
<td><center>@ 11.000,00</center></td>
<td><center>55.000,00</center></td>
</tr>
<tr>
<td><center>2</center></td>
<td>kopi</td>
<td><center>2 kg</center></td>
<td><center>@ 35.000,00</center></td>
<td><center>70.000,00</center></td>
</tr>
</table>
<!-- Put the body of your page above this line -->
</body>
</html>

Share:

No comments:

Post a Comment

Adsense Indonesia
Cara cari uang di internet
Daftar sekarang juga Disini :

Atau..

Dan ikuti petunjuknya
Thank you for your visit. Hopefully the contents of this web article can help you and be useful