HTML iframe tag
https://www.w3schools.com/tags/tag_iframe.asp
The <iframe> tag specifies an inline frame. An inline frame is used to embed another document within the current HTML document.
<iframe>: The Inline Frame element - HTML: HyperText Markup...
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
The HTML Inline Frame element ( ) represents a nested browsing context, embedding another HTML page into the current one.
IFrame - Wikipedia
https://en.wikipedia.org/wiki/IFrame
IFrame may refer to: iFrame (video format), a digital video format developed by Apple. The HTML element iframe. I-frame, a type of video frame in video compression.
The ultimate guide to iframes - LogRocket Blog
https://blog.logrocket.com/the-ultimate-guide-to-iframes/
Not a fan of iframes? This post provides an overview of the tag's best features, shows you how to use them, and how to secure them against vulnerabilities.
HTML iframe tag - represents a nested browsing context in an HTML...
https://www.quackit.com/html/tags/html_iframe_tag.cfm
The <iframe> tag allows you to embed another document within the current HTML document. The HTML5 specification does not use the term inline frame , but uses nested browsing context instead.
Using The HTML Tag To Create Inline Frames: Here's How ยป
https://html.com/tags/iframe/
HTML Frames Are Obsolete In HTML5: Here's How To Make Them Responsive. The <iframe> creates an inline frame, which embeds an independent HTML document into the current document.