InterviewSolution
Saved Bookmarks
| 1. |
Which is a possible way of finding all the img elements in the document?(a) document(images)(b) document.images[](c) document(img)(d) doc(img)This question was posed to me in examination.I want to ask this question from Scripted Media in section Graphics and Rendering of JavaScript |
|
Answer» The correct ANSWER is (b) document.images[] |
|