Back to Content

HTMLOutputElement: form property

files/en-us/web/api/htmloutputelement/form/index.md

latest639 B
Original Source

{{APIRef("HTML DOM")}}

The form read-only property of the {{domxref("HTMLOutputElement")}} interface returns an {{domxref("HTMLFormElement")}} object that owns this {{htmlelement("output")}}, or null if this output is not owned by any form.

Value

An {{domxref("HTMLFormElement")}} or null.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("HTMLOutputElement")}}
  • {{domxref("HTMLFormElement")}}
  • {{HTMLElement("output")}}
  • HTML form attribute
  • HTML forms guide