Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>No Name</title>
  5. </head>
  6. <body>
  7. <h2 class="green">This line should have a green background</h2>
  8. <p class="green">This line should also have a green background</p>
  9. <p id="font">This line should have "Comic Sans MS" font-family</p>
  10. <hr>
  11. <h2 class= blue>This line should have blue background</h2>
  12. <p class= blue id="italic">This line should have blue background and an italic font-style too</p>
  13. <hr>
  14. <p>The words should be in red!</p>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement