Tugas Desain Web

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Nama : Dominikus Riro Arraya dan Yohanes Hermanto jua

Nim : 021230109 dan 021230108

Kelomok :F

1.script
<html>

<head>

<title> tugas desain web</title>

</head>

<body>

<table border="6px" cellspacing="10" cellpadding="7">

<tr>

<th bgcolor="YELLOW" colspan="5px"> Tabel Barang </th> </p>

</tr>

<tr>

<th> No </th>

<th> Nama Barag </th>

<th> Gambar </th>

<th> Stok </th>

<th> Harga </th>

</tr>

<tr>

<td>1</td>

<td>Sepatu</td>

<td><img src="sepatu.jpg"></td>

<td>40</td>

<td>Rp.200,000</td>

</tr>

<tr>

<td>2</td>

<td>Sendal</td>
<td><img src="sendal.jpg"></td>

<td>30</td>

<td>Rp.15,000</td>

</tr>

<tr>

<td>3</td>

<td>Tas</td>

<td><img src="tas.jpg"></td>

<td>50</td>

<td>Rp.50,000</td>

</tr>

<tr>

<td>4</td>

<td>Baju</td>

<td><img src="baju.jpg"></td>

<td>60</td>

<td>Rp.35,000</td>

</tr>

<tr>

<td>5</td>

<td>kaos Kaki</td>

<td><img src="kaos kaki.jpg"></td>

<td>40</td>

<td>Rp.10,000</td>

</tr>

<tr>

<td>6</td>
<td>Topi</td>

<td><img src="topi.jpg"></td>

<td>40</td>

<td>Rp.5.000</td>

</tr>

<tr>

<td>7</td>

<td>Gelang</td>

<td><img src="gelang.jpg"></td>

<td>40</td>

<td>Rp.5,000</td>

</tr>

<tr>

<td>8</td>

<td>Anting</td>

<td><img src="anting.jpg"></td>

<td>40</td>

<td>Rp.5,000</td>

</tr>

<tr>

<td>9</td>

<td>celana</td>

<td><img src="celana.jpg"></td>

<td>40</td>

<td>Rp.35,000</td>

</tr>
<td>10</td>

<td>Motor</td>

<td><img src="motor.jpg"></td>

<td>40</td>

<td>Rp.100.000</td>

</tr>

</body>

</html>

2.Tampilan web

You might also like