Answers for "address regex html5"

0

pattern email validation

<input type="email" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$" />
Posted by: Guest on January-29-2021
0

Which attribute in HTML5 is used to verify the email address on a web page?

patterned also do not cheat :)
Posted by: Guest on November-23-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language