The <iframe> tag embeds another HTML page within the current page.
β’ src β URL of the page to embed
β’ width/height β iframe dimensions
β’ loading β lazy defers loading for perf, eager loads immediately
β’ sandbox β security restrictions on forms, scripts, navigation
β’ allowfullscreen β allows fullscreen video playback
β’ Note: Some websites block iframe embedding via X-Frame-Options header.