Label form attribute

Definition and Usage

form Ang katangian na ito ay nagbibigay ng reperensya sa porma na naglalaman ng label (label).

Ang katangian na ito ay nagbabalik ng porma objekto sa pagkakamit.

Komento:Ang katangian na ito ay read-only.

Para sa iba pang pagkakatuturo:

HTML Reference Manual:HTML <label> form Attribute

HTML Reference Manual:HTML <label> Tag

Halimbawa

Nagbabalik ng id ng porma na naglalaman ng <label> elemento:

var x = document.getElementById("myLabel").form.id;

Try It Yourself

Syntax

labelObject.form

Technical Details

Return Value:

Reference to the form element containing the label (label).

Returns null if the tag is not in the form.

Browser Support

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
Support Support Support Support Support