Skip to content

Paragraph element – HTML

Length: 10 minutes

To create a paragraph in HTML, use the <code>p</code> tag: <pre><code><p>This is a paragraph.</p></code></pre>