ZVON > References > DOM2 Reference

images (attribute )

Owning interface and usage:  
HTMLDocument.images

Member of these other interfaces:  
none

Readonly:   yes

Type:   HTMLCollection

Description:  
A collection of all the IMG elements in a document. The behavior is limited to IMG elements for backwards compatibility.

Note:  
As suggested by HTML, to include images, authors may use the OBJECT element or the IMG element. Therefore, it is recommended not to use this attribute to find the images in the document but getElementsByTagName with HTML 4.01 or getElementsByTagNameNS with XHTML 1.0.