Which tag embeds an external web page within the current page?

Learn web design with our comprehensive test guide. Improve your skills with flashcards and multiple choice questions. Each question includes hints and explanations. Get ready to ace your exam!

Multiple Choice

Which tag embeds an external web page within the current page?

Explanation:
An inline frame, the iframe element, is used to place another web page inside the current page. It loads the external page via its src attribute so you can display that page within a defined area on your page, with its own width and height. This makes it ideal for showing a separate HTML document, maps, or apps without navigating away from the page you’re building. Other options serve different purposes. The embed tag is for bringing in external resources like plugins or media files. The frame tag belongs to the older frameset approach and isn’t used in modern HTML. The object tag can embed various resource types and can load an HTML document, but it’s more common for non-HTML content and has different behavior and fallbacks.

An inline frame, the iframe element, is used to place another web page inside the current page. It loads the external page via its src attribute so you can display that page within a defined area on your page, with its own width and height. This makes it ideal for showing a separate HTML document, maps, or apps without navigating away from the page you’re building.

Other options serve different purposes. The embed tag is for bringing in external resources like plugins or media files. The frame tag belongs to the older frameset approach and isn’t used in modern HTML. The object tag can embed various resource types and can load an HTML document, but it’s more common for non-HTML content and has different behavior and fallbacks.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy