getElementsByClassName
The getElementsByClassName method of Document interface returns an array-like object of all child elements which have all of the given class name(s).
The getElementsByClassName method of Document interface returns an array-like object of all child elements which have all of the given class name(s).