创建一个新的 <img> 元素。
<img>
这等价于调用 new Element.tag('img')。
new Element.tag('img')
factory Element.img() => new Element.tag('img');