Please tell me why the "Carousel" is not functioning on Bootstrap 3 .

Code:

<div id="myCarousel" class="carousel slide" data-interval="3000" data-ride="carousel"> <div class="carousel-inner"> <div class="active item"> <img src="img/main-img1.png" /> </div> <div class="item"> <img src="img/main-img2.png" /> </div> <div class="item"> <img src="img/main-img3.png" /> </div> </div> </div> 

Styles bootstrap and js-file are connected locally.

    2 answers 2

    Thank! Solved a problem. Js-files "for some reason" are not connected.

    • "amazing": D - inferusvv

    Open the console and look. And since we are not psychics here, it is unlikely that anyone would guess anything from the HTML code.