The input above will only accept numbers from 4 to 7. That is what you are expected to include in your input element of type number as per the instruction.
<form id ="survey-form">
<input id ="name"required>
<input type ="email" id = "email" required>
<input type="number" id = "number" min = 10 max = 100 required>
</form>
Copy and paste the above code in place of your form element and notice the difference.
@nibble, thank you. I tried your code and it works, guess I just need more practice and to really understand the structure. I really appreciate your help-
Hey Nibble and guys, how are you? I applied something similar as you said (and it is my line of thinking too to solve this problem) but the error persists in my code…I really confused about this request, can you give a look at my code and see if something is wrong with that? - https://codepen.io/henriquecd-tech/pen/JjKepYE
p.s: I am from brazil, sorry if is something wrong with my English.