What is an IFRAME?
Iframes, also called inline frames, enable you to display external html files into an existing document. JavaScript and CSS can be used to manipulate certain properties of the iframe, like its size and position within the page. Iframes can also be placed anywhere within the document. JavaScript can be used to pass data between the document containing the iframe and the document loaded into it.

