HTML5 Email Input Validate by George Batt November 27, 2013 HTML <input type="email"> CSS input:invalid{background:#F00} input:valid{background:#0F0}