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