Guest User

Untitled

a guest
Oct 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Movies and Shows</title>
  5. </head>
  6. <body>
  7. <h1>Best Movies and TV Shows Ever!</h1>
  8. <ul>
  9. <li class="A">Finding Dory</li>
  10. <li class="B">Game of Thrones</li>
  11. <li class="A">Star Wars: The Force Awakens</li>
  12. <li class="A">Life of Pi</li>
  13. <li class="B">Dancing with the Stars</li>
  14. <li class="B">The Walking Dead</li>
  15. </ul>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment