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.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="A">A Walk to remember</li>
  10. <li class="A">Shutter Island</li>
  11. <li class="B">Glee</li>
  12. <li class="B">Vampire Diaries</li>
  13. <li class="B">Violetta</li>
  14. <li class="B">RBD</li>
  15. </ul>
  16.  
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement