How to add minimum and maximum values to an input field?
For example, I have an input field where the users can enter their age within the specified range of 18 to 100 years of age. The min
attribute to 18 and the max
attribute to 100 ensures that users can only enter ages within the specified range.
So, what is the procedure to add Min and max Values?