To create a html registration form and to validate the form using javascript code.

These procedure steps will be followed on the simulator
  1. Create a registration form using HTML and CSS.
  2. Apply validations on each input field to check if format entered by the user is correct.
  3. If entered format is not correct, give a pop up message.
  4. Once the input format of all the fields are correct, click the submit button for successful registration.