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 amin
attribute with a numeric value. -
Your
#number
should have amax
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