Html5 Email Tag

Html5 input email is a email type attribute. which can to use for a email type to user input.The email type text box does support one or more email address. if email is in correct it email field will display a message.

Example Code



<!DOCTYPE HTML>
<input type="email" name="email_box" >

Out Put :

Screen Shot :





Content