HTML iframe Tag

The HTML Iframe Tag are used to display a web page within a web page, it is a small browser embeded in the web page.


Iframes on Click

You can use iframes to display web page on link click.


Example


<p><a href="http://www.ieatcss.com/" target="ieatcss">www.ieatcss.com</a></p>
<iframe src="" name="ieatcss" width="100%"></iframe>
		

Preview

Click on the below link to see it in action.

www.ieatcss.com


Next Lesson > HTML Block Elements