HTML p Tag

Example

A paragraph is marked up as follows:
<p>This is some text in a paragraph.</p>


Teach Yourself  by BH24 HTML Editor Tool!

The <p> tag is supported in all major browsers.

Definition and Usage

The <p> tag defines a paragraph.
Browsers automatically add some space (margin) before and after each <p> element. The margins can be modified with CSS (with the margin properties).