πŸ“Š HTML
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) To display a web page within a web page.

Explanation: 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">

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">

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
335
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
91%
Success Rate