创建一个新的 <p> 元素。
<p>
这相当于调用 new Element.tag('p')。
new Element.tag('p')
factory Element.p() => new Element.tag('p');