HelpIconiFrame

IFrame (from Inline Frame) is an HTML element which makes it possible to embed a HTML document inside another HTML document.

The size of the IFrame can be specified in the surrounding HTML page, so that the surrounding page can already be presented in the browser while the IFrame is still being loaded. The IFrame behaves much like an inline image and the user can scroll it out of view. On the other hand, the IFrame can contain its own scroll bar, independent of the surrounding page's scroll bar.

While regular frames are typically used to logically subdivide the content of one website, IFrames are more commonly used to insert content (for instance an advertisement) from another website into the current page.

The following is an example of an HTML document containing an IFrame:

 <html>
    <body>
        The material below comes from the website
http://example.com
        <iframe src="
http://example.com" height="200">
            Alternative text for browsers that do not understand IFrames.
        </iframe>
    </body>
 </html>

Tags: HTML, pixel, tag,iframe
___________________________________________________________________________

For additional support please contact support@linktrust.com or 1-801-331-6945 (8am-5pm MST)
LinkTrust Systems, Inc., Copyright 2025