MCQ
What is the correct HTML for an iframe?
A <iframe>
B <frame>
C <inline-frame>
D <embed>
Explanation

The <iframe> tag creates an inline frame that embeds another HTML document within the current page.