How to set multiple min and max attributes to input type number? – Html
I have an input field of type="number" and I want the user to only be able to input either number 3, or number 5 or number 10. Any other number is not allowed. How can I do this, using only…