Easy Tutorial
❮ Att Th Bgcolor Att Output For ❯

HTML <form> novalidate Attribute

HTML <form> Tag

Example

When submitting the form, do not validate the form data (input):


Browser Support

Internet Explorer 10, Firefox, Opera, and Chrome support the novalidate attribute.

Note: The novalidate attribute is not supported in Safari and Internet Explorer 9 and earlier versions.


Definition and Usage

The novalidate attribute is a boolean attribute.

The novalidate attribute specifies that the form data (input) should not be validated when submitted.


Differences Between HTML 4.01 and HTML5

The novalidate attribute is new in HTML5.


Differences Between HTML and XHTML

In XHTML, attribute minimization is forbidden, and the novalidate attribute must be defined as <form novalidate="novalidate">.


Syntax

❮ Att Th Bgcolor Att Output For ❯