.forms
Term side of the Card
Topic: Object on Page
Unit title: .forms
Categories: Property, Object
Explanation side of the Card
Explanation: The browser API property of the `document` object that returns a live `HTMLCollection` of all `<form>` elements in the document. Each form in the collection can be accessed by its index or name.
Browser compatibility:
- The chrome browser supports this feature starting from version 1
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 1
- The safari browser supports this feature starting from version 1
Availability: