P
The p element represents a paragraph.
SYNTAX
HTML
<p attribute-name="attribute-value"></p>
ATTRIBUTES
CSS
p {
display: block;
margin: 1.0em 0px;
}