Glossary

Iframe

An iframe (inline frame) is an HTML element that embeds another webpage within your current page. It creates a window that displays external content without users leaving your site. Iframes are useful for incorporating maps, videos, or forms from other sources. While convenient, they can impact page speed and sometimes present security concerns. Use iframes carefully and only when necessary to maintain optimal site performance.

See also: Embedding, HTML