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