Advertisements
Advertisements
Question
Attributes used with iframe are ______.
Options
srcdoc
name
att
src
href
loop
MCQ
Fill in the Blanks
Advertisements
Solution
Attributes used with iframe are srcdoc, name, and src.
Explanation:
- src → Specifies the URL of the page to display inside the iframe.
- name → Gives a name to the iframe (useful for targeting links).
- srcdoc → Allows embedding HTML content directly inside the iframe.
Why others are incorrect:
- href → Used in links (<a>), not in <iframe>.
- loop → Used in media elements like audio/video, not iframe.
- att → Not a valid HTML attribute.
shaalaa.com
Inline Frame in HTML5
Is there an error in this question or solution?
