Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <!--*****************************************
  2. Name: Jan Bansuan
  3. Program: HOP 4.5
  4. Date: 9/19/17
  5. ******************************************-->
  6. <!DOCTYPE html>
  7. <html lang="en">
  8. <head>
  9. <title>My Island</title>
  10. <meta charset="utf-8">
  11. <style>
  12. #figure {width: 640px;
  13. border: 1px solid #000000;
  14. padding: 5px;
  15. text-align: center;
  16. font-family: Papyrus, fantasy;}
  17. </style>
  18. </head>
  19. <body>
  20. <div id="figure">
  21. <img src="myisland.jpg" alt="Tropical Island" height="480" width="640">
  22. Tropical Island Getaway
  23. </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement