Postingan

Menampilkan postingan dari April, 2018

Belajar membuat link

Gambar
<html> <head><title>table</title></head> <table border="1"> <tr> <td>my blog</td> </tr> <tr> <a href="home.html">home</a> <br><a href="profile.html">profile</a> <br><a href="contact us.html">contact us</a> <tr> <td>@copy right 2018</td></tr> </table> </body> </html> <html> <head><title>table</title></head> <body> <table border="1"> <td width="160">my blog</td> <tr> <br><a href="home.html>home</a> <br><a href="profile.html>profile</a> <br><a href="contact us.html>contact us</a> </tr> <table border="11"> <tr> <td><img src="ika.jpg"></td> <td>contact ...