HTML5 input email and placeholder


/ Published in: HTML
Save to your folder(s)

The email type will pop up a tool tip if an invalid email address structure is not entered.


Copy this code and paste it in your HTML
  1. <input name="email" type="email" placeholder="[email protected]" />

Report this snippet


Comments


You need to login to view comments.