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

Source

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