<p>

Description

This element creates a paragraph.

Example


<html>
<body>
     <p>This is the first paragraph.</p>
     <p>This is the second paragraph.</p>
     <p>This is the third paragraph.</p>
</body><!-- w  w  w. j  av  a 2 s. co m-->
</html>

Click to view the demo

The code above generates the following result.

p




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference