How can you specify a minimum value for a numeric input field?
<input type="number" name="age" ___>
start="18"
lowest="18"
min="18"
minimum="18"