forms property
      
      HTMLCollection
      get
      forms
      
    
    
The forms read-only property of
the Document interface returns an HTMLCollection listing
all the form elements contained in the document.
Note: Similarly, you can access a list of a form's component user input elements using the HTMLFormElement.elements property.
Implementation
external HTMLCollection get forms;