The novalidate attribute is assigned directly to form element and it will (unless overriden by formnovalidate attribute) make all form data field being submitted with no validation.
The value is of a Boolean type.
Syntax:
<form novalidate></form>
Elements:
Example
The form's novalidate example:
Comments
No comments have been made yet.
Please login to leave a comment. Login now