Senin, 16 Mei 2016

Tugas 7

<head>
 <title>Left Colour</title>
 </head>
 <body>
 <form id="form1" name="form1" method="post" action="">
   <table width="800" height="447" border="1" align="center" cellspacing="1">
     <tr>
       <th width="160" rowspan="3" valign="top" bgcolor="#C71585"><p>Home</p>
       <p>Profile</p>
       <p>About Us</p>
       <p>Blog</p>
       <p>Contact Us</p></th>
       <th width="627" height="23" align="center" bgcolor="#FF1493"><strong><font color="#CCCCCC" size="+4">Electronic
         Shop</font></strong></th>
     </tr>
     <tr>
       <td height="176" align="center" valign="top" bgcolor="#FF4500"><p>&nbsp;</p>
       <p>Selamat datang di web kami, penjualan produk online ini adalah yang pertama di kota kami.
    kualitas dan harga dapat dipercaya langsung saja pesan dan menjadi langganan kami.
     </p></td>
     </tr>
     <tr>
       <td height="30" align="center" bgcolor="#FF7F50"> <font size="+2">profilkami.com</font></td>
     </tr>
   </table>
 </form>
 </body>
 </html>

Jumat, 06 Mei 2016

Tugas 6 Layout

<!DOCTYPE html>

<head>
<title>Top INdex</title>
</head>
<body>
<form id="form1" nama="form1"medhod="post"action="">
<table width="800" height="542" border="1" align="center">
<tr>
<td height="80" align="center" bordecolor="#FFFFF"bgcolor="#FFF00"><strong><font size="10">Banner / Judul </font></strong></td>
</tr>
<tr>
<th height="457" align="center" bgcolor="silver">
<p>Body atau contents(isi)</p>
<p><font color="006600">body atau contents(isi)</font></p>
<P><font color="cc0000">body atau contents(isi)</font></p>
<p><font color="ffff00">body atau contents(isi)</font></p>
<p><font color="9f5f9f">body atau contents(isi)</font></p>
</th>
<th>
</tr>
<tr>
<th height="30" align="center" bgcolor="ccff99"><font color="#cc0000">Info Daftar isi navigasi</font></td>
</th>
<th>
</tr>
</table>
</form>
</body>
</html>


Tugas Audio

<html>
<head>
<title>cek suara</title>
</head>
<body>
<audio controls autoplay loop>
<source src="canon rock.mp3"type="audio/mp3">
</audio>
</body>
</html>

Tugas 3 Gambar

<html>
<head>
<title>gambar</title>
</head>
<body>
<h2><h>MENYAJIKAN FORMAT GAMBAR DENGAN KETERANGAN</h2>
<img src="rossi.jpg"title="Rossi"/>
</body>
</html>


Tugas 2 Gambar

<html>
<head>
<title>gambar</title>
</head>
<body>
<h2><h>MENGGABUNGKAN GAMBAR DALAM TEKS, POSISI TERHADAP TEKS SECARA HORISONTAL</h2>
<p><img width=200 src="Rossi.jpg" align="top" align<big>Rossi</P>
<p><img width=200 src="Lorenzo.jpg" align="right" align="bottom" align="right"<big>Lorenzo</P>
</body>
</html>


Tugas 1 Gambar

<html>
<head>
<title>gambar</title>
</head>
<body>
<h3><b>MENGGABUNGKAN GAMBAR DALAM TEKS, POSISI TERHADAP TEKS SECARA VERTIKAL</h3>
<p><img width=190 src="Rossi.jpg" align="top">Rossi</p>
<p><img width=190 src="Marquez.jpg" align="middle">Marquez</p>
<p><img width=190 src="Lorenzo.jpg" align="bottom">Lorenzo</p>
</body>
</html>


Selasa, 02 Februari 2016

Contoh Coding menggunakan fungsi form

<!DOCTYPE html>

<head>
<title>Top INdex</title>
</head>
<body>
<form id="form1" nama="form1"medhod="post"action="">
<table width="800" height="542" border="1" align="center">
<tr>
<td height="80" align="center" bordecolor="#FFFFF"bgcolor="#FFF00"><strong><font size="10">Banner / Judul </font></strong></td>
</tr>
<tr>
<th height="457" align="center" bgcolor="silver">
<p>Body atau contents(isi)</p>
<p><font color="006600">body atau contents(isi)</font></p>
<P><font color="cc0000">body atau contents(isi)</font></p>
<p><font color="ffff00">body atau contents(isi)</font></p>
<p><font color="9f5f9f">body atau contents(isi)</font></p>
</th>
<th>
</tr>
<tr>
<th height="30" align="center" bgcolor="ccff99"><font color="#cc0000">Info Daftar isi navigasi</font></td>
</th>
<th>
</tr>
</table>
</form>
</body>
</html>