Guest User

Untitled

a guest
Oct 25th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <h1> Artist I Like </h1>
  8. <ol>
  9. <li> Amy Winehouse </li>
  10. <li> Childish Gambino</li>
  11. <li> Vic Mensa </li>
  12. </ol>
  13. <h1> Favorite Movies </h1>
  14. <ul>
  15. <li> Selena </li>
  16. <li> Spirited Away </li>
  17. <li> The Basketball Diaries </li>
  18. <li> Bridge to Terebithia </li>
  19. </ul>
  20. <h1> Favorite Fruits </h1>
  21. <ol>
  22. <li> Dragonfruit </li>
  23. <li> Blackberries </li>
  24. <li> Mangos </li>
  25. </ol>
  26. <h1> Favorite foods </h1>
  27. <ul>
  28. <li> Edamame </li>
  29. <li> Shrimp </li>
  30. <li> yams </li>
  31. <li> seaweed </li>
  32. </ul>
  33. </body>
  34. </html>
Add Comment
Please, Sign In to add comment