

MCQOPTIONS
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. | all of the mentioned |
Answer» C. document(img) | |