Using the input tag with the type attribute set to email, you can create a field for entering an email address.
input
type
email
<input type="email">
: