Shubhajit Paulshubhajit99.hashnode.dev·Apr 1, 2023How to create a basic auto image slider using HTML, CSS and JavaScript :<!DOCTYPE html> <html> <head> <title>Auto Image Slider</title> <!-- css --> <link rel="stylesheet" href="style.css" /> </head> <body> <div class="slider"> <img src="image1.jpg" alt="Image 1" /> <img src="image2.jpg" ...Discuss·49 readsimage slider