Q53
Which of the following is the ultiate element selection method?
A.
querySelectorAll()
AnswerB.
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.