Creates a new <img> element. /// /// This is identical to calling new Element.tag('img').

Source

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