+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">

Related questions

0 votes
asked Jun 6, 2019 in Data Handling using R by tempuser
0 votes
asked Feb 23 in HTML by DavidAnderson
...