Element.a constructor - Element - dart:html library (original) (raw)
Element.a()
Creates a new <a> element.
This is equivalent to calling new Element.tag('a').
Implementation
factory Element.a() => new AnchorElement();
Element.a()
Creates a new <a> element.
This is equivalent to calling new Element.tag('a').
factory Element.a() => new AnchorElement();