Back to Content

HTMLButtonElement: form property

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

latest639 B
Original Source

{{APIRef("HTML DOM")}}

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

Value

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("HTMLButtonElement")}}
  • {{domxref("HTMLFormElement")}}
  • {{HTMLElement("button")}}
  • HTML form attribute
  • HTML forms guide