Guest
Private paste!

Untitled

By: a guest | Apr 25th, 2010 | Syntax: HTML | Size: 0.59 KB | Hits: 118 | Expires: Never
Copy text to clipboard
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. h1 {text-align:center;}
  5. p.date {text-align:right;}
  6. p.main {text-align:justify;}
  7. </style>
  8. </head>
  9.  
  10. <body>
  11. <h1>CSS text-align Example</h1>
  12. <p class="date">May, 2009</p>
  13. <p class="main">In my younger and more vulnerable years my father gave me some advice that I've been turning over in my mind ever since. 'Whenever you feel like criticizing anyone,' he told me, just remember that all the people in this world haven't had the advantages that you've had.'</p>
  14. <p><b>Note:</b> Try to resize the browser window to see how justify works.</p>
  15. </body>
  16.  
  17. </html>