What is QuerySelector in Javascript?
Answers
Answered by
1
The querySelector() method returns the first element that matches a specified CSS selector(s) in the document
Similar questions