What does getElementsByClassName() return?

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

A collection of elements that have the same class selector.