A simple web application that allows users to toggle a bulb image and switch between light and dark themes using background images. The project showcases basic HTML, CSS, and JavaScript functionalities to create an interactive user interface.
- Bulb Toggler: Click the button to toggle between "on" and "off" states of the bulb image.
- Theme Switcher: Switch between two different background images with corresponding text descriptions for light and dark themes.
- HTML5
- CSS3
- JavaScript
- Click the "Toggle Bulb" button to switch the bulb image between the "on" and "off" states.
- Click the "Switch Theme" button to toggle between the light and dark theme backgrounds. The explanatory text will update accordingly.