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