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