Creates a new <pre> element. /// /// This is identical to calling new Element.tag('pre').

Source

factory Element.pre() => new Element.tag('pre');