Open lancelynyrd opened 5 years ago
you need to understand how Javascript DOM works. study more about it and eventually you will have more idea how to create the same slide as stated below.
https://getbootstrap.com/docs/4.0/components/carousel/#with-indicators
1) indicator must show which slide im currently on. 2) make atleast 5 slide. 3) make it automatic sliding with interval.
thanks sir
you need to understand how Javascript DOM works. study more about it and eventually you will have more idea how to create the same slide as stated below.
https://getbootstrap.com/docs/4.0/components/carousel/#with-indicators
1) indicator must show which slide im currently on. 2) make atleast 5 slide. 3) make it automatic sliding with interval.