HTML <iframe> element
<iframe src="i.php" width=50% height=50%></iframe>
Specific attributes of <iframe> tag:
| Attribute | Description |
| name | name of iframe |
| src | URL of the iframe |
| height | height of iframe |
| width | width of the iframe |