0
2
Validate that an input is an email
0 Comments
<input type="text" title="email" required pattern="[^@]+@[^@]+\.[a-zA-Z]{2,6}" />