HTML <iframe> element


<iframe> tag loads another HTML document in a frame.

<iframe src="i.php" width=50% height=50%></iframe>




Specific attributes of <iframe> tag:
AttributeDescription
name name of iframe
src URL of the iframe
height height of iframe
width width of the iframe