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