HTML Tabel #3
Layout 3
untuk membuat Layout seperti gambar di atas Coding nya adalah sebagai berikut :
| <html> <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="00a2ff" style="color:white"> <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="blue" style="color:white;"><font size="+4"><strong>Aldi Sepecut</strong></font></th> </tr> <tr> <td height="176" align="center" valign="top" bgcolor="000058" style="color:white"><p> </p> <p>Selamat datang di blog saya, disini saya akan berimajinasi sesuka saya. </p></td> </tr> <tr> <td height="30" align="center" bgcolor="blue"> <font size="+2" color="white">aldisepecut681.blogspot.com</font></td> </tr> </table> </form> </body> </html> |
Komentar
Posting Komentar