Prev Demo
HTML5
>
Check Valid Email
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta charset="UTF-8" /> </head> <body> <form> Email: <input name="myEmail" id="myEmail" name="myEmail" type="email" required placeholder="Please enter a valid email address" /> <input type="submit" value="Submit" /> </form> </body> </html>
Note: We DO NOT save your trial code in our database.
Output