Q. What is iframe used for in HTML?
β
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">