You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **`form`** read-only property of the {{domxref("HTMLObjectElement")}} interface returns an {{domxref("HTMLFormElement")}} object that owns this {{htmlelement("object")}}, or `null` if this object element is not owned by any form.
## Value
An {{domxref("HTMLFormElement")}} or `null`.
## Specifications
{{Specifications}}
## Browser compatibility
{{Compat}}
## See also
- {{domxref("HTMLObjectElement")}}
- {{domxref("HTMLFormElement")}}
- {{HTMLElement("object")}}
- [HTML forms guide](/en-US/docs/Learn_web_development/Extensions/Forms)