'p' creates a paragraph : p : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » p »

 

'p' creates a paragraph



    
<html>
<head>
<title>p element example</title>
</head>
<body>
    <p align="center">This is the first paragraph.</p>
    <p align="center">This is the second paragraph.</p>
    <p align="center">This is the third paragraph.</p>

    <p align="left">This is the third paragraph align left.</p>
    <p align="right">This is the third paragraph align right.</p>

</body>
</html>
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» p