<iframe>
HTML <iframe> Element Reference
The HTML <iframe> element embeds another browsing context inside the current page.
Categories
- Embedded content
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical iframe element example.
<iframe src="/weather" title="Tool.io weather tool"></iframe>