Advertisement
Guest User

Untitled

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