Validate HTML Forms with JavaScript and HTML

Explain the importance of verifying the data values entered on a form.
Write JavaScript code that validates values entered on an HTML form.
Demonstrate techniques for validating values entered on a form using HTML built-in validation.