Step: 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.
I’m not sure what’s wrong with my code:
<label>How did you hear about us?
<select>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
</select>
</label>
Error: You should nest only the select element within a label element.