+ 1

Question in HTML

When creating the input type, does it in any way limit what the user can key in or type in? For example <input type= “number and text”....is the user mandated to type this requirement to proceed ? I’m new here

7th Jul 2020, 11:54 AM
Augustine
4 Answers
+ 2
It limits, for this, these attributes were invented, for example, the tel attribute opens the numeric keypad on the phone right away. Backend programmer immediately sees what type of data came to the server from the user, this makes it easier and faster to administer the site.
7th Jul 2020, 12:06 PM
Anna/Аня
Anna/Аня - avatar
7th Jul 2020, 12:07 PM
Augustine
0
Anna/Аня Thanks. i’m still a little confused. How can the backend programmer lock on what the user inputs. for example i want the user to input only numbers, and not texts and numbers.
7th Jul 2020, 12:11 PM
Augustine
0
Augustine The backend programmer mainly receives data and stores it in the database.
7th Jul 2020, 12:17 PM
Anna/Аня
Anna/Аня - avatar