IFrames:
*
IFrames
*
Basics of an Inline Frame
The term “IFrame” means Inline Frame. It can be used to include another page in your page. This will yield a small frame which shows the exact contents of the base.html.
<iframe src="base.html"></iframe>