Guest
Private paste!

Untitled

By: a guest | Apr 26th, 2010 | Syntax: HTML | Size: 0.32 KB | Hits: 109 | Expires: Never
Copy text to clipboard
  1. <html>
  2. <body style="background-color:PowderBlue;">
  3.  
  4. <h1>Look! Styles and colors</h1>
  5.  
  6. <p style="font-family:verdana;color:red">
  7. This text is in Verdana and red</p>
  8.  
  9. <p style="font-family:times;color:green">
  10. This text is in Times and green</p>
  11.  
  12. <p style="font-size:30px">This text is 30 pixels high</p>
  13.  
  14. </body>
  15. </html>