0```t```t
0```0,50```0,500
0``````?
N///```Name///```Explanation///
1```window.document.all```collection of all tags and elements in the main body of the document.
2```window.document.anchors```collection of all anchors.
3```window.document.applets```collection of all objects including embedded controls, embedded graphical applets and other objects.
4```window.document.embeds```collection of all embedded objects.
5```window.document.forms```collection of all shapes.
6```window.document.images```collection of all pictures.
7```window.document.links```collection of all links and tags AREA.
8```window.document.scripts```collection of all scripts.
9```window.document.stylesheets```collection of all properties of the style.
10```window.frames```collection of frames
11```document.stylesheets(number).imports```collection of all imported style properties of the style sheet "number".
12```window.navigator.mimetypes```collection of all mimes supported by the browser.
13```window.navigator.plugins```collection of all embedded objects is analogous to the embeds collection.
14```object.areas```collection of all areas of the picture-map.
15```object.cells```collection of cells in a row (TH and TD objects).
16```object.elements```collection of all form elements.
17```object.filters```collection of tag filters.
18```object.options```collection of option tags of select tag.
19```object.rows```collection of all rows of a table object (TABLE), including thead, tbody, tfoot.
