Home » HTML » HTML Attributes » Question
  1. Which is not <iframe> attribute?
    1. Sizes
    2. Sandbox
    3. Seamless
    4. Srcdoc
    5. None of these
Correct Option: A

Sizes is the attribute of <link> element. Sandbox is the attribute of <iframe> element that enables a set of extra restrictions on any content, seamless is a Boolean attribute of <iframe> which seamlessly included in the parent document, srcdoc attribute gives the content of the page that the nested browsing context is to contain.



Your comments will be displayed only after manual approval.