The <p> Paragraph Tag

Use the <p> tag for paragraphs in HTML 5

The <p> tag is used to code paragraphs in HTML. It is one of the block tags used to group content in HTML and is one of the most common tags in HTML.

A simple example of <p> tag code:

<p>A <dfn>paragraph element</dfn> in HTML includes the
starting <p> tag, ending </p> tag and everything between.</p>

Here is a demo of the example of HTML <p> tag with style below. This demo works best in a WebKit browser such as Chrome or Safari.

Example of a paragraph using the HTML <p> tag.