You are here : htmlHTML 5iframe

<iframe> - HTML 5

The <iframe> tag specifies an inline frame.

An inline frame is used to embed another document within the current HTML document.


Syntax

    <iframe src="http://www.w3schools.com"></iframe>


Example

    <iframe src="http://www.w3schools.com"></iframe>


Output / Return Value


Limitations


Alternatives / See Also


Reference