Share Pastebin
Guest
Private paste!

Untitled

By: a guest | Apr 25th, 2010 | Syntax: HTML | Size: 0.21 KB | Hits: 119 | Expires: Never
Copy text to clipboard
  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>