TUGAS SCRIPT HTML MEMBUAT TABEL
TUGAS WEB PROGRAMING
MEMBUAT SCRIPT HTML BERBENTUK TABEL
NAMA : SUANDI SIMAMORA
KELAS : 12.2A.37
NIM : 12183968
BERIKUT HASIL SCRIPT HTML
BERIKUT ADALAH SCRIPT HTML DARI GAMBAR DI ATAS :
SUPAYA LEBIH JELAS, DIBAWAH SCRIPT HTML LENGKAPNYA :
<html>
<head>
<body>
<h1 align="center">DAFTAR PRODUK</h1>
<table border="10" align="center">
<tr>
<th colspan="4" align="center" bgcolor="yellow">
DAFTAR PRODUK
</th>
</tr>
<tr>
<td rowspan="5"><img src="op.jpeg" width="300" height="300"></td>
</tr>
<tr>
<td bgcolor="yellow" width="150px" align="center">Nama Produk</td>
<td bgcolor="yellow" width=" 150" align="center">Setrika Philips</td>
</tr>
<tr>
<td bgcolor="yellow" width="150px" align="center">Harga</td>
<td bgcolor="yellow" width="150" align="center"> Rp.300.000</td>
</tr>
<tr>
<td bgcolor="yellow" width="150px" align="center">Fitur Produk</td>
<td bgcolor="yellow" width="150" align="center"> *Tipe HD-1173<p>
*Panjang kabel 1,7m<p>
*Daya 35 Watt<p>
*Tegangan 220 Volt</td>
</tr>
</head>
</body>
</html>
<head>
<body>
<h1 align="center">DAFTAR PRODUK</h1>
<table border="10" align="center">
<tr>
<th colspan="4" align="center" bgcolor="yellow">
DAFTAR PRODUK
</th>
</tr>
<tr>
<td rowspan="5"><img src="op.jpeg" width="300" height="300"></td>
</tr>
<tr>
<td bgcolor="yellow" width="150px" align="center">Nama Produk</td>
<td bgcolor="yellow" width=" 150" align="center">Setrika Philips</td>
</tr>
<tr>
<td bgcolor="yellow" width="150px" align="center">Harga</td>
<td bgcolor="yellow" width="150" align="center"> Rp.300.000</td>
</tr>
<tr>
<td bgcolor="yellow" width="150px" align="center">Fitur Produk</td>
<td bgcolor="yellow" width="150" align="center"> *Tipe HD-1173<p>
*Panjang kabel 1,7m<p>
*Daya 35 Watt<p>
*Tegangan 220 Volt</td>
</tr>
</head>
</body>
</html>
~SELAMAT MENCOBA~
Komentar
Posting Komentar