Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
One of the many new input types that HTML5 supports is email. How many times have you built a form using <input type="text" /> intending to collect an e-mail address? Now we can use something much more semantically correct! Later, we'll see how this supports form validation as well.
The previous FoundationSix example could be easily converted to this new input type. Instead of: