What is the correct syntax for <iframe> tag?

63. What is the correct syntax for <iframe> tag?

  1. <iframe href="url" title="description"></iframe>
  2. <iframe link="url" title="description"></iframe>
  3. <iframe src="url" title="description"></iframe>
  4. 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>

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.