πŸ“Š HTML
Q. What is the correct syntax for <iframe> tag?
  • (A) <iframe href="url" title="description"></iframe>
  • (B) <iframe link="url" title="description"></iframe>
  • (C) <iframe src="url" title="description"></iframe>
  • (D) All of the above
πŸ’¬ Discuss
βœ… 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>

Explanation by: Jatin Dubey
<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>

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
358
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
90%
Success Rate