A simple multi-step form built using HTML, CSS, and JavaScript. The project demonstrates step navigation, form data collection, and a clean UI structure for learning front-end form workflows. Learn ...
├── index.html # Landing page with links to register or log in ├── register.html # User registration form ├── register.php # Backend PHP handler to save user data ├── login.html # User login form ├── ...