Survey Form - Build a Survey Form

I cannot seem to pass this part because I do not see any mistake in the code regarding these 2 things:

  • Your #number should have a min attribute with a numeric value.

  • Your #number should have a max attribute with a numeric value

Please help me find the mistake…

<label id="number-label" class="datos-personales">Edad: <input id="number" class="block" type="number"  required placeholder="Indique su edad" min:"18" max:"120" /></label>

Your browser information:

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

Challenge Information:

Survey Form - Build a Survey Form

Hello!
Try replacing the : of your min and max with a = as min and max is an attribute

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