Html Email
Advertisements
Email Field in HTML
Email Fields are used to get email id of end user.
Example
<html> <head> <form> <label for="email">Email: </label> <input type="email" id="email" name="email"/> <form> </body> </html>
Result
Google Advertisment