<iframe>: The HTML inline frame element

I. Description

The HTML <iframe> element is used to embed one html document into another html document.

Embedding one html document into another html document is something that should only be done sparingly because it is a resource intensive task and frequently causes web pages to load very slowly.

II. Examples

This document was last updated: