Learn how to create an email field in HTML.
You can use the input type="email"
attribute to create an email field:
<label for="email">Enter your email:</label>
<input type="email" id="email" name="email">
Try it Yourself »
The input type="email"
defines a field for an e-mail address.
The input value is automatically validated to ensure it is a properly formatted e-mail address.
Tip: To Learn more about forms and input fields, read our HTML Forms Tutorial.
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!