Pemograman Web : Web Sekolah Tugas 10
Coding : <html> <head> <title>Sofyan Alawan</title> </head> <body> <table border=0> <tr> <td bgcolor="green" colspan=2 align=center width=500px height=50px><h2>WEB SEKOLAH</h2></td> </tr> <tr> <td bgcolor="red" width=150px height=300px> <ul type=square> <li>Menu<br></li> <li>Profil Sekolah<br></li> <li>Galeri Foto<br></li> <li>Kegiatan<br></li> <li>Hubungi kami</li></td></ul> <td bgcolor="blue" align=center width=330px>ISI DARI HALAMAN WEB</td> </tr> <tr> <td bgcolor="yellow" colspan=2 align=center>Copyright©2016</td> </tr> </table> </body> </html> Coding : Sofyan Alawan WEB SEKOLAH Menu Profil Sekolah Galeri Foto Kegiatan Hubungi kami ISI DARI HALAMAN WEB...