![]() |
VOOZH | about |
The novalidate attribute in the <form> tag is used to disable automatic form validation during submission. It allows the form to be submitted even if input fields contain invalid data.
Syntax:
<form novalidate>
<!-- form elements -->
</form>