Updated: 2026-07-11
iframe Settings
Generated HTML Code
<iframe src="https://example.com" width="1000" height="400" frameborder="1" loading="lazy"></iframe>
Preview
Click "Load Preview" to see the iframe
Usage
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.