🏏 Quiz on the capital of India
This project is a dynamic quiz-based website that allows users to test their knowledge about the capital of the India. The quiz presents multiple-choice options and provides an interactive experience with real-time response handling.
The project is designed for beginners to practice frontend development and understand how dynamic web content works.
🎯 Objective To build an interactive quiz application To practice JavaScript-based dynamic behavior To improve understanding of user input and conditional logic To create a simple and clean user interface
🚀 Features Multiple-choice quiz format Dynamic option selection Instant feedback on user choice Responsive and user-friendly design Beginner-friendly code structure
🛠️ Technologies Used =>HTML =>CSS =>JavaScript
📂 Project Structure quiz-on-the-captain-of-delhi/ │ ├── index.html ├── style.css ├── script.js └── README.md