Element.a constructor

Element.a()

Creates a new <a> element.

This is equivalent to calling new Element.tag('a').

Implementation

factory Element.a() => new AnchorElement();