<html lang="en">
<head>
<title>HTML Input Type Email With Placeholder</title>
</head>
<body>
<h2>HTML Input Type Email With Placeholder</h2>
<form>
<input type="email" name="email" id="email" placeholder="Enter Email"/>
<input type="submit" name="submit" id="submit"/>
</form>
</body>
</html>