A programmer wants to define
range for age between 18 to 50,
he will use a form with following
appropriate control.
Answers
Answered by
15
Answer:
The <input type="range"> is to add a range for the values. You can also set a restriction on range for the numbers. For restrictions, use the attributes like min, max and step attributes. The default range is from 0 to 100.
Similar questions