Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 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. <ol>
  9. <li id="redID">Finding Dory</li>
  10. <li>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. </ol>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement