Step 30 learn htm forms

hi!! i cannot understand what i have to do here, and i tried a lot and maybe i am not doing it right, can someone hel me??

i have to nest the select element withing the label element “how did you hear about us?”

   **Your code so far**
   
		<label>How did you hear about us?
  <select>
     <option></option>
     <option></option>
     <option></option>
     <option></option>
     <option></option>
   </select>
</label>
 </fieldset>

Challenge: Step 30

Link to the challenge:

Can you post your full code? This code works for me, unless you have made some changes to some other part of the code or there is a problem with your browser this code should work.

If you are sure that you didn’t make any other changes, try the code in a different browser.

i think your fieldset opening tag is missing, i dont know for sure but still i want to confirm if it is not that problem

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