InterviewSolution
Saved Bookmarks
| 1. |
Nested documents inside the HTML documents can be created using ___________(a) frame(b) nest(c) iframe(d) into |
|
Answer» Right option is (c) iframe For explanation I would say: 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. |
|