I don't know how this error is coming I have checked previous query about this issue and modified according to it

<fieldset>
    <label>Upload a profile picture: <input type="file" /></label>
    <label>Input your age (years): <input type="number" min="13" max="120"  />
    </label>
    <lable>How did you hear about us?
      <select>
        <option></option>
        <option></option>
        <option></option>
        <option></option>
        <option></option>
      </select>
    </label> 
  </fieldset>[quote="lokeshsaisriganapane, post:1, topic:636781, full:true"]
Upload a profile picture: Input your age (years): How did you hear about us?

Sorry, your code does not pass. Try again.

You should nest only the select element within a label element.

Can you tell us what the error message is and what you did to fix it?

This is the error message:
Sorry, your code does not pass. Try again.

You should nest only the select element within a label element.

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button 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.

Thank you.

This is spelled wrong

1 Like

thank you I didn’t see it :sweat_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.