show/hide this revision's text 3 edited body

The label tag logically links the label with the form element usint using the "for" attribute. Most browsers turn this into a link which activates the related form element.

<label for="fiscalYear">Fiscal Year</label>
<input name="fiscalYear" type="text" id="fiscalYear" />
show/hide this revision's text 2 Removed unnecessary space.

The label tag logically links the label with the form element usint the "for" attribute. Most browsers turn this into a link which activates the related form element.

<label for="fiscalYear"Fiscal for="fiscalYear">Fiscal Year</label>
<input name="fiscalYear" type="text" id="fiscalYear" />
show/hide this revision's text 1 [made Community Wiki]

The label tag logically links the label with the form element usint the "for" attribute. Most browsers turn this into a link which activates the related form element.

<label for="fiscalYear"Fiscal Year</label>
<input name="fiscalYear" type="text"  id="fiscalYear" />