Multiple Choice Question (MCQ)
Question: Which is the correct tag for adding iframe in html?
A.
<iframe http://nimi.gov.in> </iframe>
B.
<iframe ="http: // nimi.gov.in"></iframe>
C.
<iframe src = "http: //nimi.gov.in"></iframe>
D.
<iframe href = "http: //nimi.gov.in"> </iframe>
Correct Answer: <iframe src = "http: //nimi.gov.in"></iframe>