My answer
<fieldset>
<label>Input your age (years): <input type="number" min="13" max="120" /></label>
<label>Upload a profile picture: <input type="file" /></label>
</fieldset>
Error
Hint: You should give the label the text Input your age (years): .
Challenge Detail