VOOZH about

URL: https://www.geeksforgeeks.org/html/html-novalidate-attribute/

⇱ HTML novalidate Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML novalidate Attribute

Last Updated : 11 Jul, 2025

The HTML novalidate Attribute is used to specify that the form-data should not be validated when submitting the form. It is a Boolean attribute. It can be used with the <form> element. 
Applicable: 

Syntax: 

<form novalidate>

Example: This Example illustrates the use of novalidate attribute in form Element. 

Output:

👁 Image

Supported Browsers:

The browser supported by novalidate attribute are listed below: 

Comment
Article Tags: