3
Reply

How to enabled form validation in html5?

Sanjay Dixit

Sanjay Dixit

11y
1.7k
0
Reply

    by writing "required" tag ex.

    No Need to enable Validation if your browser supports HTML5, it will automatically works.If you are using IE ,change with rest of the code will be same. Name :
    Email:
    Age :

    If you want to enabled form validation in html 5 then remove the novalidate attribute to the form element.