The iframe element introduces a new nested browsing context.
iframe
.iframe
element's browsing context is to be rendered
in a manner that makes it appear to be part of the
containing document (seamlessly included in the parent
document).any element that can contain phrasing elements
interface HTMLIFrameElement : HTMLElement { attribute DOMString src; attribute DOMString srcdoc; attribute DOMString name; [PutForwards=value] readonly attribute DOMSettableTokenList sandbox; attribute boolean seamless; attribute DOMString width; attribute DOMString height; readonly attribute Document contentDocument; readonly attribute WindowProxy contentWindow; };