Home »
MCQs »
HTML MCQs
What is the correct syntax for <iframe> tag?
63. What is the correct syntax for <iframe> tag?
- <iframe href="url" title="description"></iframe>
- <iframe link="url" title="description"></iframe>
- <iframe src="url" title="description"></iframe>
- All of the above
Answer: C) <iframe src="url" title="description"></iframe>
Explanation:
The correct syntax for <iframe> tag is,
<iframe src="url" title="description"></iframe>