Gets a collection containing all IMG elements.

[VBScript]
Public ReadOnly Property Images As HTMLCollection
[JScript]
public function get Images() : HTMLCollection;

Property Value

A HTMLCollection containing all matching elements.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace