InterviewSolution
Saved Bookmarks
| 1. |
How are the objects organized in the HTML DOM?(a) Class-wise(b) Queue(c) Hierarchy(d) StackI got this question in final exam.This interesting question is from HTML DOM topic in section Caching, Debugging and Animation of JavaScript |
|
Answer» The CORRECT choice is (c) Hierarchy |
|