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