Stuck on step 30

  <fieldset>
    <label>Upload a profile picture: <input type="file" /></label>
    <label>Input your age (years): <input type="number" min="13" max="120" /> </label>

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

  </fieldset>

what is the problem with that like I have showed you a part of code where the actual problem lies and the system says:
Test : Sorry, your code does not pass. You’re getting there.
Hint: You should place the text before the select element.

Please somebody reply as soon as possible ! Urgent

Error just gone by placing the text after label element in the same line . Great !!:slightly_smiling_face:

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