onde
onde copied to clipboard
Use HTML5's form-related features
HTML5 introduces new features to the form and its elements. Some of them are: additional input types (e.g. tel, url, email) and value validation.
Utilize the features if available with graceful degradation.
References:
- https://developer.mozilla.org/en/HTML/HTML5/Forms_in_HTML5