Advertisement
Guest User

MY FIRST WEBPAGE =D

a guest
May 27th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.  
  4. <head>
  5.  
  6. <title>
  7. Pikachu is Awesome
  8. </title>
  9.  
  10. <script>
  11. </script>
  12.  
  13. <style>
  14. h1 {
  15. font-family: Rockwell;
  16. }
  17. </style>
  18.  
  19. </head>
  20.  
  21. <body>
  22. <h1>Everyone Knows that Pikachu is Awesome!</h1>
  23.  
  24. <p>But some people don't admit it because they are tools.</p>
  25. </body>
  26.  
  27. <a href="http://photobucket.com/images/pikachu" target="_blank"><img src="http://i943.photobucket.com/albums/ad276/Team-BraveStar/Pikachu/099.jpg" border="0" alt="pikachu photo: Pikachu 099.jpg"/></a>
  28.  
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement