Try it with HPR (Alt+O for Forms reading mode). Reposition prompts immediately to left of the input fields and listen again.
<label for="Name1"> Name</label> - this is the label tag
<input name= "Name" id="Name1" size="30" > - this is the form control tag
be sure that contents of "for=" is identical (including case) to "id="
Try this form with HPR; then add the label elements and try it again.
Here is the list of links to CSUN Hands-On examples.