Inserts an inline frame.
The iframe element is used to insert another HTML document into the current document.
<iframe src="frame.htm" width="250px" height="250px"></iframe>