Login
Remember
Register
Ask a Question
What are the new <input> types for form validation in HTML5?
+1
vote
asked
Oct 24, 2019
in
HTML
by
SakshiSharma
What are the new <input> types for form validation in HTML5?
html-validation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 24, 2019
by
rajeshsharma
The new input types for form validation are email, URL, number, tel, and date.
Example:
<input type="email">
...