The getElementsByClassName method of {{domxref("Document")}} interface returns an array-like object of all child elements which have all of the given class name(s). When called on the ...