What is the purpose of iframe in HTML?

Started by sinelogixtech, July 10, 2017, 02:00:43 AM


michral86

The <iframe> tag specifies an inline frame.

An inline frame is used to embed another document within the current HTML document.


Jessicad


Davidsmith0143

An IFrame (Inline Frame) is an HTML document embedded inside another HTML document on a website. The IFrame HTML element is often used to insert content from another source, such as an advertisement, into a Web page.

Citywebpuneind

An IFrame (Inline Frame) is an HTML document embedded inside another HTML document on a website. The IFrame HTML element is often used to insert content from another source, such as an advertisement, into a Web page