A simple Image Slider using HTML, CSS, and JavaScript that allows users to navigate through images using Next and Previous buttons.
- Displays one image at a time.
- Next and Previous buttons to navigate through images.
- Centered alignment with a styled background.
- Uses an array of image URLs.
- HTML5
- CSS3
- JavaScript (DOM Manipulation)
index.html
- Structure of the webpage.style.css
- Styling for the image slider.script.js
- JavaScript functionality for image navigation.
Open the Project
Navigate to the project folder and open index.html in a browser.