Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>No Name</title>
  5. </head>
  6. <body>
  7. <h2 id="LML">This line should have a green background</h2>
  8. <p id="ariely">This line should also have a green background</p>
  9. <p id="Me">This line should have "Comic Sans MS" font-family</p>
  10. <hr>
  11. <h2>This line should have blue background</h2>
  12. <p id="no">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