T

Tanmay • 2.43K Points
Master

Q. What is iframe used for in HTML?

  • (A) To display a web page within a web page.
  • (B) To display a web page with an animation effect.
  • (C) To display a web page without a browser.
  • (D) All the answers are true

Explanation by: Tanmay
An IFrame is HTML code that you can use to embed an HTML page, PDF page, other website or other secure file on the Internet into another web page within a window. Example:
<iframe src="https://www.saveourhistory.in" height="300" width="400">

You must be Logged in to update hint/solution

Discusssion

Login to discuss.