iframe
Iframe (noun) means an element of a web page that embeds a second, separate web page inside a rectangle on the first, so that things such as a video player, a map or a payment form can appear within a page while actually being served by another site. Example: “The video is in an iframe, so it loads from the video service rather than from us.”
How to use iframe
Learner’s notesIn plain EnglishA window on a web page that shows another web page inside it.
Technical; written iframe or i-frame after the HTML tag name.
The embedded page keeps its own address and its own rules, which is why the surrounding page usually cannot read or change what is inside it.
Trace the full origin ↓Fill the gap
Can you complete this real example?
The video is in an _____, so it loads from the video service rather than from us.
Etymology
A shortening of inline frame, the name of the HTML element.