Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Another of the many new input types that HTML5 supports is URL. How many times have you built a form using <input type="text" /> intending to collect a website 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 as well. Instead of: