web api instance property
HTMLTextAreaElement: form property
The form read-only property of the HTMLTextAreaElement interface returns an HTMLFormElement object that owns this <textarea>, or null if this textarea is not owned by any form.
Value
An HTMLFormElement or null.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
HTMLTextAreaElementHTMLFormElement<textarea>- HTML
formattribute - HTML forms guide