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