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