length
  1. property of all collections , returns the number of items in the collection.
    collection.length
    eg the total number of tags on the current page: window.document.all.length.
    To view the collections and their associations, click the "collections" list.
  2. property of the SELECT tag, returns the number of internal OPTION tags (the number of list items).
    object_select.length