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

Source

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