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

description

Element.img()

Creates a new <img> element.

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

Implementation

factory Element.img() => new Element.tag('img');