input decimal html
<input type="number" class="form-control" required name="balance" min="0" value="0" step="any"/>
input decimal html
<input type="number" class="form-control" required name="balance" min="0" value="0" step="any"/>
not allow decimal in input type number
<form action="#" method="post">
Numbers: <input name="num"
type="number"
min="1"
step="1"
onkeypress="return event.charCode >= 48 && event.charCode <= 57"
title="Numbers only">
<input type="submit">
</form>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us