创建一个新的 <a> 元素。
<a>
这等价于调用 new Element.tag('a')。
new Element.tag('a')
factory Element.a() => new AnchorElement();