HTML iframe tag
HTML <iframe> tag is an inline frame. It provides frame in a page to browse the content. Content may be a page, image or another website.
<iframe src="files/value.html" height="500px" width="500px">
</iframe>
</>
Tag Uses
Specific uses of <iframe> tagiframe is usually used to browse the content inside a frame.
Tag omission
Both starting and ending tags are necessary for the iframe element.
Global Attributes
All global attributes are applicable on the iframe element.
Next Previous
Was this article helpful?