This project is about Form Registration and Validation. User would enter details like Name, Email Address, Password etc. All the validation is being done using the JavaScript.
index.html: This file contains the HTML structure of the registration form. style.css: This file contains the CSS styles for the registration form. script.js: This file contains the JavaScript code ...