Home Tutorials HTML Tutorial iframe
iframe

iframe


38. iframe

The <iframe> element embeds another web page or external document inside the current page. It is often used for maps, videos, or external tools.

Syntax

<iframe src="page.html"></iframe>

Example

<iframe src="https://skilleco.in" width="400" height="200"></iframe>

Output

An embedded frame appears showing the external page, if embedding is allowed.
Example

🏋️ Test Yourself With Exercises

Take our quiz on iframe to test your knowledge.

Browse Quizzes »