Path: blob/main/files/en-us/web/html/attributes/for/index.md
6532 views
------{{HTMLSidebar}}
The for attribute is an allowed attribute for {{htmlelement("label")}} and {{htmlelement("output")}}. When used on a <label> element it indicates the form element that this label describes. When used on an <output> element it allows for an explicit relationship between the elements that represent values which are used in the output.
Usage
When used as an attribute of <label>, the for attribute has a value which is the id of the form element it relates to.
When used as an attribute of <output>, the for attribute has a value which is a space separated list of the id values of the elements which are used to create the output.
Examples
See examples of usage on the element pages for {{htmlelement("label")}} and {{htmlelement("output")}}.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}