Tampilkan postingan dengan label tugas PW. Tampilkan semua postingan
Tampilkan postingan dengan label tugas PW. Tampilkan semua postingan

Minggu, 09 Oktober 2016

web sekolah kita

<!DECOTYPE html>
<head>
<title>Left colour</title>
</head>
<body>
<form id="forml" name="forml" method="post" action="">
<table width="800" height="447" border="1" align="center"cellspacing="1">
<tr>
<th width="160"rowspan="3"valign="top"bgcolor="#993366"><p>Menu,/p>
<p>Profil Sekolah</p>
<p>Galery Foto</p>
<p>Kegiatan</p.
<p>Hubungi Kami</p></th>
<th width="627"height="23"align="center"bgcolor="#FFFF99"><strong><font color="#CCCCCC"size="+4">WEB SEKOLAH KITA
</tr>
<tr>
 <td height="176" align="center"valign="top"bgcolor="#FFFF99"><p>&nbsp;</p>
<p>ISI DARI HALAMAN WEB
</p></td>
</tr>
<tr>
<td height="30"align="center"bgcolor="#FFFF99"><font size="+2">Copyright©sekolahkita.com
</tr>
</table>
</form>
</body>
</html>

layout splite pada anatomi halaman web

<!DECOTYPE html>
<head>
<title>Layout Split</title>
</head>
<body>
<form id="forml" name="forml" method="post" action="">
<table width="800" height="512" border="1" align="center">
<tr>
 <td width="15%" rowspan="2" align="center" bgcolor="#99CC99"><strong>Daftar Isi</strong></td>
 <td width="67%" height="23" align="center" bgcolor="#FFCCFF"><font size="+3"><strong>Banner/Judul</strong></font></td>
 <td width="18%" rowspan="2" align="center" bgcolor="#99CC99"><strong>Daftar Isi</strong></td>
</tr>
<tr>
 <td height="456" align="center" bgcolor="#CCCCCC">
   <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="#990033">Body atau contents(isi)</font></p></td>
</tr>
<tr bgcolor="#FF99FF">
 <td height="23" colspan="3" align="center">Lain-lain</td>
</tr>
</table>
</form>
</body>
</html>

alternating index pada anatomi halaman web

<!DECOTYPE html>
<head>
<title>Alternating Index</title>
</head>
<body>
<form id="forml" name="forml" method="post" action="">
<table width="800" height="738" border="1" align="center">
<tr>
 <td height="248" align="center" bgcolor="#FF66CC"><font size="+1"><strong>Teks/Daftar isi</strong></font>
 </td>
 <td align="center" bgcolor="#FFFFCC"><font color="#000066" size="+7"><strong><em>Gambar</em></strong>
 </font></td>
</tr>
<tr>
 <td height="261" align="center" bgcolor="#FFFF99"><font color="#CC0000" size="+7"><strong><em>Gambar</em>
 </strong></font><font size="+7"><em></em></font></td>
 <td align="center" bgcolor="#FF66CC"><font size="1"><strong>Teks/Daftar isi</strong></font></td>
</tr>
<tr bgcolor="#996666">
 <td height="150" colspan="2" align="center"><font color="#FFFFFF"><strong><font size="+1">Lain-lain</font>
 </strong></td>
</tr>
</table>
</form>
</body>
</html>