HTML and CSS Reference
In-Depth Information
Figure 5-25. User Registration page
This page has the following validations and features:
• The Display Name, Email Address, Password, Conirm Password, and Legal Age
fields must be completed.
• Duplicate display names and e-mail addresses aren't allowed.
• The e-mail address should be in the proper format.
• The Password and Conirm Password values must match.
• The blog URL must be in the proper format.
• Legal Age must be between 18 and 100.
• The Proile text area should have spell-check turned on.
• The Display Name, Email Address, Password, Blog/Website, and Proile ields have a
minimum length and a maximum length.
All the features except the last are implemented through HTML5. The last set of validations is
implemented on the server.
 
Search WWH ::




Custom Search