HTML5 Email Input Validate

by George Batt

HTML

<input type="email">

CSS

input:invalid{background:#F00}
input:valid{background:#0F0}