Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <h1>List of Favorite Things!!!!</h1>
  8. <h2>Favortie Artist</h2>
  9. <ul>
  10. <li>Logic</li>
  11. <li>Chance the Rapper</li>
  12. <li>Michael Jackson </li>
  13. </ul>
  14. <h3>Jordan's Favorite Artist </h3>
  15. <ul>
  16. <li>Chance The Rapper</li>
  17. <li>Lil Uzi Vert</li>
  18. <li>Logic</li>
  19. </ul>
  20. <h4>Favorite Movies</h4>
  21. <ul>
  22. <li>Monsters Inc.</li>
  23. <li>Pulp Fiction</li>
  24. <li>Ferris Bueller's Day Off</li>
  25. </ul>
  26. <h5>Favorite hobbies</h5>
  27. <ul>
  28. <li>Cooking</li>
  29. <li>Drawing</li>
  30. <li>Listen to Music</li>
  31. </ul>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement