HTMLLabelElement:The label Element

The label element is represented by the HTMLLabelElement object. It defines the properties shown in the following table.

NameDescriptionReturns
formReturns the form associated with this elementHTMLFormElement
htmlForthe for attributestring
controlReturns the element specified by the for attributeHTMLElement
Home 
  JavaScript Book 
    DOM