input type=number element

with label

with label + placeholder

with label + required

with label + readonly

with label + disabled

Code

<label>amount <input type="number"></label>

Reference

HTML5 input type=number element