Back to Content

HTMLAllCollection: length property

files/en-us/web/api/htmlallcollection/length/index.md

latest352 B
Original Source

{{APIRef("DOM")}}

The HTMLAllCollection.length property returns the number of items in this {{domxref("HTMLAllCollection")}}.

Value

An integer value representing the number of items in this HTMLAllCollection.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("HTMLCollection.length")}}