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.
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.