Tugas 3

<html>
<head>
<title>Layout split</title>
</head>
<body>
<form id="form1" name="form1" method="post">
  <table width="800" height="512" border="1"
align="center">
    <tr>
      <td width="15%" rowspan="2" align="center"
bgcolor="grey" style="color:white"><strong>Daftar
        Isi </strong> </td>
      <td width="67%" height="23" align="center"
bgcolor="red"><font
size="+3" color="aqua"><strong>Banner/judul</strong></font></td>
      <td width="18%" rowspan="2" align="center"
bgcolor="grey" style="color:white"><strong>Daftar
        Isi </strong> </td>
    </tr>
    <tr>
      <td height="456" align="center"
bgcolor="green">
   <p style="color:brown">Body atau contents(isi)</p>
   <p style="color:purple">Body atau contents(isi)</p>
   <p style="color:blue">Body atau contents(isi)</p>
   <p style="color:green">Body atau contents(isi)</p>
   <p style="color:white">Body atau contents(isi)</p>
   </td>
    </tr>
    <tr bgcolor="red">
      <td height="23" colspan="3" align="center" style="color:aqua">Lain-lain</td>
    </tr>
  </table>
</form>
</body>
</html>


Komentar

Postingan populer dari blog ini

Cara Mengkonfigurasi jaringan Debian (Virtual Box) bab 2

Tugas 2