Back to Content

HTMLLegendElement: form property

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

latest706 B
Original Source

{{APIRef("HTML DOM")}}

The form read-only property of the {{domxref("HTMLLegendElement")}} interface returns an {{domxref("HTMLFormElement")}} object that owns the {{domxref("HTMLFieldSetElement")}} associated with this {{htmlelement("legend")}}, or null if this legend is not associated with a {{htmlelement("fieldset")}} owned by a form.

Value

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("HTMLLegendElement")}}
  • {{domxref("HTMLFieldSetElement.form")}}
  • {{domxref("HTMLFormElement")}}
  • {{HTMLElement("legend")}}
  • HTML forms guide