Element.a constructor - Element - dart:html library (original) (raw)

description

Element.a()

Creates a new <a> element.

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

Implementation

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