email format html input code example
Example 1: html email input
<label for="user_email">Your email</label><br/>
<input
type="email"
id="user_email"
name="user_email"
maxLength="100"
placeholder="Email is mandatory">
Example 2: input email tag
<input type="email" id="email" name="email">