Step 30 - Learn HTML Forms by Building a Registration Form

Hi! Please help me, I don’t understand what the error is.

Quiestion: Nest the select element within a label element with the text How did you hear about us? . The text should come before the select element.

My answer:

     <label> How did you hear about us? 
       <select>
          <option></option>
          <option></option>
          <option></option>
          <option></option>
          <option></option>
        </select>
     </label>

I also have the following hint: You should place the text before the select element.

It would be good if you could post the link to the challenge

You have an extra space before the How ...

1 Like

Thank you for helping, now everything works!

hi, i have the same problem, could you show me how you did it?? thank u!

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.

Thank you.

1 Like

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