HTMLInputElement: form property
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 Standard # dom-fae-form-dev |
Browser compatibility
BCD tables only load in the browser
See also
HTMLInputElement
HTMLFormElement
<input>
- HTML
form
attribute - HTML forms guide