Legend form attribute
Definition and Usage
form
The property returns a reference to the form containing the legend.
This property returns the form object on success.
Note:This property is read-only.
See also:
HTML Reference Manual:HTML <legend> Tag
Example
Return the id of the form containing the <legend> element:
var x = document.getElementById("myLegend").form.id;
Syntax
legendObject.form
Technical Details
Return Value: |
Reference to the form element containing legend. If the legend is not in the form, it returns null. |
---|
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |