P tag
From Dharmasphere
[edit]
<p> Paragraph Tag
This HTML tag is used for creating a paragraph of text on a web page. The tag is used to separate one paragraph from another.
For example:
<p>This is a paragraph about stuff.</p> <p>It is different from this paragraph.</p>
A browser will typically leave a space between adjacent paragraphs to emphasise their separation:
This is a paragraph about stuff. It is different from this paragraph.
[edit]

