Easy Tutorial
❮ Prop Text Defaultvalue Prop Dialog Open ❯

HTML DOM images Collection


Definition and Usage

The images collection returns an array of all images in the current document.

Syntax


Browser Support

All major browsers support the images collection.


Examples

Example 1

Return the number of images in the document:

Output of the above example:

Example 2

Return the first image in the document:

Output of the above example:


❮ Prop Text Defaultvalue Prop Dialog Open ❯