Skip to content

balaji972011/Form-Validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.