Element.a()

Creates a new <a> element.

This is equivalent to calling new Element.tag('a').

Source

factory Element.a() => new AnchorElement();