[ANSWERED] html – I can’t get my carousel buttons to respond bootstrap 4
Solution 1 : Missing active class in the carousel-item. Add in the active class and it will work <div class="carousel-item active"> <!-- Add in active class --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"…