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
Correct Answer: document.images
The best suited option is document.image to find all img elements in the document.