Practical and Useful Information For Enhancing Your Site

The iFrame (Inline Frame)

The iFrame (inline frame) is an (X)HTML element which makes it possible to embed another HTML document inside the main document. iFrames are commonly used to insert content from another website into the current page. Here is an example of an iFrame:


Here is the code that was used to insert the iFrame in this page:

<iframe id="iframe1" name="iframe1" width="600px" height="400px" frameborder="yes" scrolling="yes" src="http://google.com/">Your browser can't display an iFrame. Please upgrade.</iframe>

If you are a Dreamweaver user, check out 4Level's iFrame Suite.