HTML Iframes

HTML Iframes are used to show the webpage inside a webpage. This is useful when you don’t want to develop the same page inside other pages. The basic syntax of the iframe is:

Syntax

Example

The src attribute is used to get the url from where iframes takes the webpage. This webpage is used to display in the decided location using iframe.

Test it Live

Output


HTML iframes tag attributes are listed below

Sr. No. attributes names Description
1 src Include the target url of webpage to show to content of webpage.
2 width Define the width of iframe element in the webpage.
3 height This can be used to give the height of the iframe.
4 name Naming of iframe can be define with this attribute.
5 frameborder A frameborder is used to give border of the iframe.