The <p> tag defines a paragraph. It has an end tag. The example below shows how the <p> tag works:

 

<p>This is a text in a paragraph.</p>This is a text after the paragraph.

 

The result of output:

 

This is a text in a paragraph.

 

This is a text after the paragraph.