Your #number should have a placeholder attribute and value ? what the problem

Tell us what’s happening:

Your code so far

WARNING

         <input id="number-label" type="number" min="12" max="100" placeholder="Age" required>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

I’m guessing because the id on the input should be number and you have it as number-label.

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