Vidyalelo
JavaScript · Q53

Document Object Model And Event Handling

Programming · JavaScript · question 53

Q53

Which of the following is the ultiate element selection method?

A.
querySelectorAll()
Answer
B.
querySelector()
C.
queryAll()
D.
query()

Answer: Option A

Solution

Answer: Option A
Solution:
querySelectorAll() is the ultimate element selection method: it is a very powerful technique by which client-side JavaScript programs can select the document elements that they are going to manipulate.