Vidyalelo
JavaScript · Q32

Document Object Model And Event Handling

Programming · JavaScript · question 32

Q32

Nested documents in the HTML can be done using

A.
frame
B.
nest
C.
iframe
Answer
D.
into

Answer: Option C

Solution

Answer: Option C
Solution:
HTML documents may contain nested documents using an iframe element. An iframe creates a nested browsing context represented by a Window object of its own.