HTML <p> Tag
<p>This is the first paragraph.</p>
<p>This is the second paragraph.</p>
The above example demonstrates usage of the <p>
element.
The <p>
element represents a paragraph.
Most browsers render paragraph text with a space in between each paragraph, but this is not necessarily a requirement. You could also use style sheets to change the appearance of paragraph text.