Multiple Choice
Which method returns all elements in a document that match the selector p figure img ?
A) getElementsByTagName( "p figure img" )
B) getElementsByName( "p figure img" )
C) querySelector( " p figure img " )
D) querySelectorAll( " p figure img " )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: Can you use JavaScript access URLs contained
Q32: The top-level object in the browser object
Q33: For security reasons, you should use the
Q34: Describe the differences between the setTimeout() and setInterval()methods,
Q35: In order to make a window the
Q36: The _ method is used to clear
Q37: The _ object allows you to change
Q38: Which method does NOT return a node
Q40: The Document object branch of the browser
Q41: One way of referring to the Window