The label element represents a caption for a form control.
common attributes & for & form
any element that can contain phrasing elements
interface HTMLLabelElement : HTMLElement { readonly attribute HTMLFormElement form; attribute DOMString htmlFor; readonly attribute HTMLElement control; };