27.12.12

Membuat Tabel HTML




Script nya :

<html>
<head>
<title>Atribut tag Form dan Input</title>
</head>
<body>
<font face="Times New Roman" size="20"><b>Bagian Table</b></font><br><br>
<font face="Times New Roman" size="4" color="blue"><b>Tabel sebagai bingkai dari paragraf</b></font><br><br>

<table border="2" cellpadding="20" width="100%">
<tr><th BGCOLOR="yellow" align="left">Nama Barang</th>
<th BGCOLOR="yellow" align="left">Harga Barang</th>
</tr>
<tr>
<td><font face="Times New Roman" size="4">Monitor</font></td>
<td><font face="Times New Roman" size="4">Rp 500.000,-</font></td>
</tr>
<tr>
<td><font face="Times New Roman" size="4">CDRW</font></td>
<td><font face="Times New Roman" size="4">Rp 245.000,-</font></td>
</tr>
<tr>
<td><font face="Times New Roman" size="4">Laptop</font></td>
<td><font face="Times New Roman" size="4">Rp 2.499.000,-</td>
</tr>
<tr>
<td align="center" colspan="2"><i><b>KangGURU Corp..</b></i></td>
</tr>
</table>
</body>
</html>

Tidak ada komentar:

Posting Komentar