In HTML iframe is used to display a web page within a web page.
<iframe src="URL">
<iframe src="test.htm"> </iframe>
<iframe src="test.htm" height="400px" width="500px"> </iframe>
<iframe src="test.htm"border="5"> </iframe>
<iframe src="test.htm" style="border:none;"> </iframe>