You should give the label element the text How did you hear about us?

 <fieldset>
   <label>Upload a profile picture: <input type="file" /></label>
   <label>Input your age (years): <input type="number" min="13" max="120" /></label>
		     How did you hear about us?<label><select>
  
     <option></option>
     <option></option>
     <option></option>
     <option></option>
     <option></option>
     </select></label>
 </fieldset>
 <input type="submit" value="Submit" />

Desafío: Step 30

Enlaza al desafío:

Hi

The instructions say that

The text should come before the select element

Your code has the text before the label element.

Thx for solve my issue