Home » HTML » HTML Forms » Question
  1. The __________ attribute effectively renders the iframe as an inline include, which allows the parent document’s CSS to affect the contents of the iframe.
    1. embed
    2. allow-scripts
    3. seamless
    4. allow-forms
    5. None of these
Correct Option: C

Embed attribute attach external content at a specified point in document. The seamless attribute is a boolean attribute. When present, it specifies that the iframe should look like it is a part of the containing document (no borders or scrollbars). Allow-forms re-enables from submission. Scripts are re-enabled by allow-scripts.



Your comments will be displayed only after manual approval.