Single Choice Easy

QWhich of the following methods could be used to locate all of the img elements in the document?

ID: #5243 Javascript Graphics and Rendering MCQ 149 views
Question Info
#5243Q ID
EasyDifficulty
Javascript Graphics and Rendering MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A document(images)
  • B document.images
  • C document(img)
  • D doc(img)
Correct Answer

Explanation

To find all img elements in the document, the best option is document.image[]. [index] specifies the index of the img tag to be selected.

Share This Question

Challenge a friend or share with your study group.