<p>
tag
Represents a paragraph of text. Browsers automatically add some space before and after each element.
Syntax
<p> ... </p>
Example
html
<p>This is the first paragraph. It contains some text.</p>
<p>This is the second paragraph. Paragraphs are block-level elements.</p>