Registration Form - Step 28

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

Please reformat your code using backticks and send us the link to the challenge. This way, we would be able to help easier. Thank you.

1 Like

I put the wrong order…need to add the age label after the upload file one.

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