Back to Concepts

<p>

A paragraph of text.

The `<p>` tag defines a paragraph. Browsers automatically add a single blank line before and after each `<p>` element. This is the most basic building block of text content on the web.

Live Example & Code

Preview Output
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
HTMLViz
© 2026 HTMLViz. Open Source Learning.