Home » HTML » HTML Forms » Question
  1. __________ allows the iframe to pull in content from elsewhere in the same domain.
    1. allow-forms
    2. allow-pointer-lock
    3. allow-same-origin
    4. allow-scripts
    5. None of these
Correct Option: C

Scripts are re-enabled by allow-scripts. Allow-forms re-enables from submission. Allow-same-origin allows iframe content to be treated as being from the same origin. API’s are re-enable by allow-pointer-lock.



Your comments will be displayed only after manual approval.