tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>The novalidate Attribute</h2> <form action="/sample_page.php" novalidate> E-mail: <input type="email" name="user-mail"> <input type="submit"> </form> </body> </html>