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