+1 vote
in HTML by
What are the new <input> types for form validation in HTML5?

1 Answer

0 votes
by
The new input types for form validation are email, URL, number, tel, and date.

Example:

<input type="email">
...