The <iframe> (inline frame) element lets you embed another webpage or interactive content (like videos or maps) inside your page.
src— URL to load inside the framewidth,height— size of the frametitle— accessible name for screen readersallowfullscreen— allow entering fullscreen (video, etc.)sandbox— restrict what the embedded page can do (security)allow— fine-grained permissions (e.g.autoplay,clipboard-write)
Note: Some sites block being embedded using security headers (X-Frame-Options/frame-ancestors). Use providers that allow embedding (YouTube, Google Maps, etc.).