Examveda
Examveda

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: Option B

Solution(By Examveda Team)

The best suited option is document.image[] to find all img elements in the document.

This Question Belongs to Javascript >> Graphics And Rendering

Join The Discussion

Related Questions on Graphics and Rendering