Advertisement
Guest User

Untitled

a guest
May 27th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <style>
  5.  
  6. h1{
  7. <!-- Comment -->
  8. color:red;
  9. }
  10.  
  11. p {
  12. color:blue;
  13. }
  14.  
  15. </style>
  16.  
  17. </head>
  18. <body>
  19.  
  20. <h1>Heading</h1>
  21. <p>Paragraph.</p>
  22.  
  23. </body>
  24. </html>
  25.  
  26. h1{
  27. <!-- Comment -->
  28. color:red;
  29. color:green;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement