-
Which is not <iframe> attribute?
-
- Sizes
- Sandbox
- Seamless
- Srcdoc
- 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.