I want to get only positive values, is there any way to prevent it using only html Please don't suggest validation method
Use the min attribute like this:
min
<input type="number" min="0">
1.4m articles
1.4m replys
5 comments
57.0k users