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