Q. What is the correct syntax for <iframe> tag?
β
Correct Answer: (C)
<iframe src="url" title="description"></iframe>
Explanation: <iframe src="/default.html" width="100%" height="300" style="border:1px solid black;">
</iframe>
<iframe src="/default.html" width="100%" height="300" style="border:none;">
</iframe>