Workshop Registration Website This is a simple static website created as a beginner-level project for workshop registration. The website allows users to sign up for workshops, using HTML to structure the content. This project demonstrates my progress in learning web development and includes a form with a list and a table for better organization Features: Workshop registration Form: Allows users to enter their details and choose a workshop List: Displays a list of available workshops. Table: Organizes the user registration details in a table format for better clarity. Simple HTML layout with basic form elements. Future Improvements: Add backend functionality to handle form submissions. Enhance styling using CSS for a more polished look. Implement form validation to ensure proper input. Make the website more interactive with JavaScript.