192k views
4 votes
The _________ element enables developers to embed a self-contained web page within another html document.

1 Answer

6 votes
The <iframe> element enables developers to embed a self-contained web page within another html document. 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.
User Patrick Shafer
by
8.1k points