Vidyalelo
HTML · Q52

HTML5

Programming · HTML · question 52

Q52

The __________ attribute effectively renders the iframe as an inline include, which allows the parent document’s CSS to affect the contents of the iframe

A.
allow-forms
B.
seamless
Answer
C.
embed
D.
none of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
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).