Creates a new <p> element.
<p>
This is equivalent to calling new Element.tag('p').
new Element.tag('p')
factory Element.p() => new Element.tag('p');