HTML Form Types

Number Types

  • Number
    - Number is used to validate the textbox only if the value within the field is a numerical value.

    Example:
    <input type=“number”>



Cristle Academy

Compiler