how do we perform validation through HTML 5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how do we perform validation through HTML 5

for instance we have email id which is compulsory how to we check it

16th Jul 2016, 6:23 AM
parthsarathi ajmani
parthsarathi ajmani - avatar
2 Answers
0
Validation is much more easier if you use JavaScript. You can also search for "AJAX" to do that. HTML is not more than just a markup language while JavaScript is a scripting language, that is it can do many things possible, same as programming.
16th Jul 2016, 6:46 AM
Azwan Abdullah
Azwan Abdullah - avatar
0
this would increase the load on our server so to reduce its load we are trying to do validation at client side
16th Jul 2016, 6:49 AM
parthsarathi ajmani
parthsarathi ajmani - avatar