🌐 What is an <iframe>?

An <iframe> (inline frame) lets you embed another website or document inside your page. It's like putting a browser window inside another page!

Example syntax: <iframe src="https://example.com"></iframe>

Note: Some websites block iframe loading for security reasons. Try the examples below.

🔍 Try an Iframe Yourself!

Working examples to try: