HTML form validation can be done by a JavaScript.
Data validation is the process of ensuring that computer input is clean, correct, and useful.
Typical validation tasks are:
1.has the user filled in all required fields?
2.has the user entered a valid date?
3.has the user entered text in a numeric field?
Data validation is the process of ensuring that computer input is clean, correct, and useful.
Typical validation tasks are:
1.has the user filled in all required fields?
2.has the user entered a valid date?
3.has the user entered text in a numeric field?
Comment