HTMLInputElement: form property
Baseline
Widely available
This feature is well established and works across many devices and browser versions. Itβs been available across browsers since β¨July 2015β©.
The form
read-only property of the HTMLInputElement
interface returns an HTMLFormElement
object that owns this <input>
, or null
if this input is not owned by any form.
Value
An HTMLFormElement
or null
.
Specifications
Specification |
---|
HTML # dom-fae-form-dev |
Browser compatibility
Loadingβ¦
See also
HTMLInputElement
HTMLFormElement
<input>
- HTML
form
attribute - HTML forms guide