Articles → HTML 5 → Email Input Element In Html5

Email Input Element In Html5






Purpose





Syntax


<input type="email">



Example


<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
    <head>
    	<meta charset="utf-8" />
    	<title></title>
    </head>
    
    <body>
    	<form>
    		<input type="email">
    		<input type="submit" value="Click Me" /> 
      </form>
    </body>
</html>

Try It


Output


Picture showing the output of email input element in HTML5
Click to Enlarge


Browser Support


Internet ExplorerFirefoxChromeSafariOperaEdge
10.04.05.05.010.1Yes



Video





Posted By  -  Karan Gupta
 
Posted On  -  Friday, September 15, 2017

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250