Function moxie_dom::elements::embedding::iframe[][src]

pub fn iframe() -> IframeBuilder
Expand description

The HTML Inline Frame element (<iframe>) represents a nested browsing context, embedding another HTML page into the current one.

A function for creating a builder which will accept attributes and produce the element.