HTML Tutorial

HTML Paragraphs

Paragraphs

Use the <p> element for blocks of text.

<p>This is a paragraph.</p>
<p>This is another paragraph.</p>