Easy Tutorial
❮ Prop Track Index Prop Style Fontfamily ❯

HTML DOM forms Collection


Definition and Usage

The forms collection returns an array of all forms in the current page.

Syntax


Browser Support

All major browsers support the forms collection.


Examples

Example 1

Returns the number of forms in the document:

Output of the above example:

Number of forms: 3

Example 2

Returns the name of the first form in the document:

Output of the above example:


❮ Prop Track Index Prop Style Fontfamily ❯