News

HTML5 offers form field validation support built into the HTML form input tags that should greatly reduce the need for JavaScript validation code. In this post, I look at some examples of this.
The HTML language provides a range of input types you can use in your forms. For example, to create a checklist, you can include multiple checkbox elements in the form together with descriptive text.