HTML input type number Tutorial

In this section, we will learn what the <input type = “number”> element is and how to use it.

What is input type number in HTML?

The <input type = “number”> element is used to create a field in a document where people can only put numbers!

The field created via an input element of type number has also two controllers with which we can increase or decrease the value of the field as well.

Note: again, a field of type number only accepts numbers.

HTML input type number Syntax:

<input type = “number”>

Example: using <input type=”number”> in HTML

See the Pen using <input type="number"> in HTML by Omid Dehghan (@odehghan) on CodePen.

Facebook
Twitter
Pinterest
LinkedIn

Top Technologies