What does getElementsByClassName() return?
- A collection of elements that have the same class selector
- A collection of elements that have the same class or tag selector
- A collection of elements that have the same ID
A collection of elements that have the same class selector.