Try it with Jaws or HPR. Reposition prompts immediately to left of or above 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 or JAWS; then add the label elements and try it again.
Here is the list of links to Hands-On examples.