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