Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 452 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 452 Bytes

Form-Validation

A Form validation project developed using HTML, CSS and JavaScript.

Project Specifications

  • Basic Validation − Form must be checked to make sure all the mandatory fields are filled in. It would require just a loop through each field in the form and check for data.
  • Data Format Validation − Data entered must be checked for correct form and value. Code must include appropriate logic to test correctness of data.