Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>No Name</title>
  5. </head>
  6. <body>
  7. <h2 id="class1">This line should have a green background</h2>
  8. <p id="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 id="class2">This line should have blue background</h2>
  12. <p id="color">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