Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <h1> Favorite Artist </h1>
  8. <ul>
  9. <li>Logic</li>
  10. <li>Chance The Rapper </li>
  11. <li> Joyner Lucas </li>
  12. </ul>
  13. <h1> 3 Neighboring Artist </h1>
  14. <ul>
  15. <li> Logic </li>
  16. <li> Chance The Rapper</li>
  17. <li> Michael Jackson </li>
  18. </ul>
  19. <h1> 3 Favorite Movies </h1>
  20. <ul>
  21. <li> Avengers</li>
  22. <li> Space Jam</li>
  23. <li> Never Back Down</li>
  24. </ul>
  25. <h1> 3 Of Your Hobbies </h1>
  26. <ul>
  27. <li> Basketball</li>
  28. <li> Football</li>
  29. <li> Reading</li>
  30. </ul>
  31.  
  32.  
  33.  
  34.  
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement