Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 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="movie"> Finding Dory</li>
  10. <li class="tvshow">Game of Thrones</li>
  11. <li class="movie">Star Wars: The Force Awakens</li>
  12. <li class="movie">Life of Pi</li>
  13. <li class="tvshow">Dancing with the Stars</li>
  14. <li class="tvshow">The Walking Dead</li>
  15. </ul>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement