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