p
Defines a paragraph. Browsers automatically add some white space before and after each <p> element.
Syntax
html
<p>Text content</p>Example
html
<p>This is a paragraph with <strong>bold</strong> and <em>italic</em> text.</p>Defines a paragraph. Browsers automatically add some white space before and after each <p> element.
<p>Text content</p><p>This is a paragraph with <strong>bold</strong> and <em>italic</em> text.</p>