Advertisement
mOrloff

RIA0811 D1X2

Aug 8th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.60 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <html lang="en">
  4. <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6.     <title>RIA 0811 - D1X2</title>
  7.     <style type="text/css">
  8.         .indent p{
  9.             margin-left: 1em
  10.         }
  11.         .indent p:first-child{
  12.             margin-left: 0em
  13.         }
  14.  
  15.     </style>
  16. </head>
  17. <body>
  18.     <div class="indent">
  19.         <p>This is my first paragraph.</p>
  20.         <p>This is my second paragraph.</p>
  21.         <p>This is my third paragraph.</p>
  22.     </div>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement