How 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" ...