Login
Remember
Register
Ask a Question
We can disable validation of HTML5 form elements by using
0
votes
asked
Feb 17, 2024
in
HTML
by
DavidAnderson
We can disable validation of HTML5 form elements by using
Options:
a) Novalidate
b) Invalidate
c) Novalidation
d) Novalidate="novalidate"
html5-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 17, 2024
by
DavidAnderson
Correct answer is :-
a) Novalidate
d) Novalidate="novalidate"
...