Accessibility 101
Forms

Using labels

Example label

Code for Example label

<label for="firstName">First Name</label>
<input id="firstName" type="text" name="firstName">