HTML <iframe> incrusta un documento en el actual documento HTML
<iframe src="url" height="150" width="300" title="descripcion">
or
<iframe src="url" style="height:200px;width:300px;" title="descripcion">
<iframe src="iframeTest.html" height="150" width="300" style="border:none">