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