HTML5 Form Validation

With newer browsers that support HTML5 client side validation, Google Chrome (16+), Mozilla Firefox (8+), and Internet Explorer (10+).  You can easily take advantage of the required flag and the input validation. For example, you use the required attribute to require a user to enter a value for an INPUT element.   A…

Continue reading