Postingan

Menampilkan postingan dari November, 2016

Tugas 5

Gambar
<html> <head> <title>Web Sekolah Kita</title> </head> <body> <form id="form1" name="form1" method="post">   <table width="600" cellspacing="1" bgcolor="red">     <tr>         <th bgcolor="green" colspan="2">    <font size="+4" color="blue">Web Sekolah Kita</font>    </th>     </tr>     <tr>     <td bgcolor="aqua" valign="top" style="color:orange"> Menu <br>Profil Sekolah <br>Galery Foto <br>Kegiatan <br>Hubungi Kami     </td>       <td width="475"height="200" align="center" valign="top" bgcolor="blue" style="color:purple"><p>&nbsp;</p>       <p>ISI DARI HALAMAN WEB</p></td>     </tr>     <tr>       ...

Tugas 4

Gambar
<html> <head> <title>Alternating Index</title> </head> <body> <form id="form1" name="form1" method="post">   <table width="800" height="738" border="1" align="center">     <tr>       <td height="248" align="center" bgcolor="red"><font size="+1"><strong>Teks/Daftar         isi</strong></font></td>       <td align="center" bgcolor="blue"><font color="yellow" size="+7"><strong><em>Gambar         </em> </strong></font></td>     </tr>     <tr>       <td height="261" align="center" bgcolor="aqua"><font color="orange" size="+7"><strong><em>Gambar         </em></strong></font><font siz...

Tugas 3

Gambar
<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=...

Tugas 2

Gambar
<html> <head> <title>Left Index</title> </head> <body> <form id="form1" name="form1" method="post">   <table width="800" height="447" border="1" align="center" cellspacing="1">     <tr>       <th width="160" rowspan="3" valign="top" bgcolor="darkred"><p style="color:white">Home</p>       <p style="color:red">Profile</p>       <p style="color:red">About Us</p>       <p style="color:red">Blog</p>       <p style="color:red">Contact Us</p></th>       <th width="627" height="23" align="center" bgcolor="aqua" style="color:blue"><font size=+4""><strong>Electronic Shop</strong></font></th>    ...

Tugas 1

Gambar
<html> <head> <title>Web Sekolah Kita</title> </head> <body> <form id="form1" name="form1" method="post">   <table width="600" cellspacing="1" bgcolor="red">     <tr>         <th bgcolor="green" colspan="2">    <font size="+4" color="blue">Web Sekolah Kita</font>    </th>     </tr>     <tr>     <td bgcolor="aqua" valign="top" style="color:orange"> Menu <br>Profil Sekolah <br>Galery Foto <br>Kegiatan <br>Hubungi Kami     </td>       <td width="475"height="200" align="center" valign="top" bgcolor="blue" style="color:purple"><p>&nbsp;</p>       <p>ISI DARI HALAMAN WEB</p></td>     </tr>     <tr>       ...

Berikut kode HTML table bersarang

Gambar
<html> <body> <table cellpadding="7" width="100%" bgcolor="orange"> <tr bgcolor="orange"> <th align="left" style="color:white">table > tr > td <table cellspacing="8" bgcolor="orange" width="100%" cellpadding="5"> <tr height="40"><td bgcolor="aqua" valign="baseline" style="color:white">table > tr > td</td></tr> <tr height="60"><td bgcolor="aqua" valign="baseline" style="color:white">table > tr > td</td></tr> <tr height="80"><td bgcolor="aqua" valign="baseline" style="color:white">table > tr > td</td></tr> <tr><td bgcolor="aqua" style="color:white">table > tr > td <table width="100%...