What does getElementsByClassName() return?

A collection of elements that have the same class selectorA collection of elements that have the same class or tag selector

A collection of elements that have the same class selector.