HyperText Markup Language/Tag List/p
From Wikibooks, open books for an open world
[edit] Use
This is one of the block-level tags in HTML. This means that is displays the text on a new line. In this case it is a paragraph. HTML does not recognise the return button on your document, so this element has to be used by the user.
[edit] Example
<p>This is an example of the paragraph element.</p>