Bring your web pages to life by embedding videos, maps, and other web content directly into HTML.
An iframe (inline frame) lets you embed another web page inside your page. It’s commonly used for videos, maps, forms, or external tools.
YouTube provides an embed code you can paste into your HTML.
You can embed a map directly from Google Maps:
Make iframes scale automatically with screen size:
Add the sandbox attribute to limit what embedded content can do:
You can also control permissions like: