What does the step attribute specify in a numeric input field?
step
<input type="number" name="quantity" step="___">
The default increment value
The maximum value
The interval between legal numbers
The minimum value