I have one question about html/css
What I want to make is such as
(数量 means ‘amount’ or ‘number’)
input box, which has label in it.
and input is limited to number.
Is it possible to make this?
I should use input type="text"
or input type="number"
?