iframe

Support

Inserts an inline frame.

The iframe element is used to insert another HTML document into the current document.

Example

<iframe src="frame.htm" width="250px" height="250px"></iframe>