In this module, you will learn how to validate user input both declaratively via HTML5 and also by using JavaScript simplifying the user experience and keep your data generally clean before sending it to the server. Having complete address information and ensuring that all the necessary fields are populated also can be very important. HTML5 supports constructs such as regular expressions and required attributes to support implementing these types of rules.
.