Okay pls reset this step as you are not on the right track.
If you can go back to step 56 of the cat photo app, it will remind you how to use the for attribute in the label to associate that label to an input (using its id).
i think i am confused or missing something small i went back like previous reader said this is my code now
<fieldset>
<label for="Enter Your First Name:">Enter Your First Name:<input id="first-name" type="first-name"</label>
<label for="Enter Your Last Name:">Enter Your Last Name: <input id="last-name" type="last-name"</label>
<label for "Enter Your Email:" >Enter Your Email: <input id="email" type="email"</label>
<label for = "Create a New Password:">Create a New Password:<input id="new-password" type="new-password"/></label>
</fieldset>
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.