HTML iframe — a practical guide to HTML iframe with clear examples you can reuse in real projects.
HTML Tutorial Series (56/79). Prefer one article? Read the complete HTML tutorial.
Short description
Use sparingly; set title for accessibility and sandbox when embedding untrusted content.
iframe
<iframe src="https://example.com/map" title="Office location map" loading="lazy"></iframe>