Tugas: Membuat Tabel dengan HTML

<html>
<head>
</head>
<body>
<table border=1>
<h1 >Membuat Tabel Produk</h1>

<tr>
<th colspan='3' bgcolor='#00CCFF' ><font size='5px'>  DAFTAR PRODUK</font></th>
</tr>

<tr>
<th style='padding:50px 20px 50px 20px' rowspan='6' bgcolor='#de0000'> <img src='iphone.jpg'> </th>
</tr>

<tr p align='left'>
<th width='90px' bgcolor='#99FF99' >Nama<br/>
    Produk<br/>
</th>
<th width='480px' bgcolor='#FFFFCC'>Apple iPhone Xs</th>
</tr>

<tr p align='left' >
<th bgcolor='#99FF99'>Harga</th>
<th bgcolor='#FFFFCC'>Rp 20.000.000</th>
</tr>

<tr p align='left'>
<th bgcolor='#99FF99'>Spesifikasi<br/>
    Produk<br/>
</th>
<th bgcolor='#FFFFCC'>
<ul>
<li>Jaringan GSM / CDMA / HSPA / EVDO / LTE</li>
<li>Layar Super AMOLED 5.8 inci, Resolusi 1125 x 2436 Piksel</li>
<li>Prosesor A12 Bionic Hexa Core</li>
<li>Ram 4 GB / Internal 512 GB</li>
<li>Kamera Belakang Dual 12 MP + 12 MP / Depan 7 MP </li>
<li>Baterai 2658 mAh</li>
</ul>
</th>
</tr>

</table>
</body>
</html>

Script Tabel produk HTML
Tabel Produk HTML

Techno enthusiast dan penulis amatir
di Hapeplus.com