Which attribute allows the inline frame to appear as though it is being rendered as part of the containing document?

Options
- sandbox
- seamless
- src
- srcdoc


CORRECT ANSWER : seamless

Discussion Board
seamless

The seamless attribute is a boolean attribute. When specified, it indicates that the iframe element's browsing context is to be rendered in a manner that makes it appear to be part of the containing document.

Sapna Tongase 02-28-2017 12:29 AM

Seamless

Correct Answer : seamless.

The seamless attribute is a boolean attribute and it specifies that the "iframe" should look like it is a part of the containing document which has no borders or scrollbar.

Jayesh Sonar 02-23-2015 01:02 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement