novalidate in HTML Forms

novalidate is an attribute in HTML form. It is used to bypass the HTML5 form validation. For example, if we have specified the required attribute in one of the form elements. Then required attribute acts as a validator and we can bypass that validation using the novalidate attribute in the form tag.

novalidate attribute usage example code:

novalidate in HTML Forms

About the Author: smartcoder

You might like

Leave a Reply

Your email address will not be published. Required fields are marked *