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