Advertisement
Guest User

Segun

a guest
Jan 17th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> My First Web Page</title>
  4. </head>
  5. <body bgcolor=#e600e6>
  6. <center>
  7. <b><font face="Cooper" color=#000080 size=5>Hello World</font></b><br>
  8. This is my webpage!<br>
  9.  
  10. click <a href="http://www.google.com">here</a> to go to google!<br>
  11.  
  12. <img src="logo.jpg" width=200>
  13.  
  14. click <a href="http://www.youtube.com">here</a> to go to youtube<br>
  15. <img src="log.jpg" width=200>
  16.  
  17. <table border=1 width=400>
  18. <tr>
  19. <td>Cell 1</td><td>Cell 2</td>
  20. </tr>
  21. <tr>
  22. <td>Cell 3</td><td>Cell 4</td>
  23. </tr>
  24. </table>
  25.  
  26. </body>
  27. </center>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement