Learn-html-forms-by-building-a-registration-form/step-34

This code passes!

<fieldset>
  <label>Input your age (years): <input type="number" min="13" max="120" /> 
    </label>
    <label type="text">How did you hear about us?
    <select>
      <option></option>
      <option></option>
      <option></option>
      <option></option>
      <option></option>
    </label>
    </select>
  </fieldset>

Please dont try to give out the solutions for the challenges. Normally, I would unlist this but your code actually does not work. There is an issue, can you see where it is?