Harvard Extension School
CSCI E-12 Fundamentals of Web Site Development
| Spring 2022
◁ previous
Slide 8
|
next ▷
querySelector and querySelectorAll
Both take "CSS style" selectors.
querySelector returns only the first match
querySelectorAll returns a list of items (even if it is a list of zero or one -- it returns a list!).
◁ previous
Slide 8
|
next ▷