Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2010  |  syntax: HTML  |  size: 0.21 KB  |  hits: 121  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. #para1
  5. {
  6. text-align:center;
  7. color:red;
  8. }
  9. </style>
  10. </head>
  11.  
  12. <body>
  13. <p id="para1">Hello World!</p>
  14. <p>This paragraph is not affected by the style.</p>
  15. </body>
  16. </html>