for validation through Javascript or PHP we have to required long line of code.
why we not frequently use validation in HTML by only writing "required"?
ex. In HTML
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
saurabh mittalPosted Apr 23, 2014, 3:40 AM
Hi
we usually don't use required because Required is a HTML 5 attribute.and html 5 is
supported in new version of browser only.it will not work in older version of browser. and when we are making a website or application than we have to remember all the things and check that our application is working in each browser
with older and newer version.mostly in Internet Explorer
thanks
Sanjay SinghPosted May 4, 2014, 4:13 AM
Gopi ChandPosted Apr 30, 2014, 1:05 AM
http://www.c-sharpcorner.com/UploadFile/9a9e6f/form-validation-through-php/
Gopi ChandPosted Apr 23, 2014, 3:28 AM
http://www.c-sharpcorner.com/UploadFile/9a9e6f/validation-in-javascript/