HTML <p> tag

HTML paragraphs are defined with the \<p> tag.
<pre><code>
<p>This is a paragraph.</p>
</code></pre>