Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
- <html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>RIA 0811 - D1X2</title>
- <style type="text/css">
- .indent p{
- margin-left: 1em
- }
- .indent p:first-child{
- margin-left: 0em
- }
- </style>
- </head>
- <body>
- <div class="indent">
- <p>This is my first paragraph.</p>
- <p>This is my second paragraph.</p>
- <p>This is my third paragraph.</p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement