Skip to content
HTML·Advanced·Conceptual·1 min read

What does novalidate do?

Short interview answer

It disables native constraint-validation blocking for that form submission. Custom validation must still provide equally clear, accessible feedback and server validation remains mandatory.

Key takeaway

Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.

← Back to Forms and validation

Related questions