This paragraph has a 200 pixel width and 10 pixels of padding. : p : Text HTML CSS TUTORIALS


HTML CSS TUTORIALS » Text » p »

 

This paragraph has a 200 pixel width and 10 pixels of padding.


 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
        <head>
            <title></title>
            <style type='text/css'>
        p#paragraph-{
            padding: 10px;
            width: 200px;
            border: 1px solid black;
            margin: 10px;
            background: gray;
        }

            </style>
        </head>
        <body>
      <p id='paragraph-1'>This is a test. 
      </p>
        </body>
    </html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Text
» p