In Bootstrap, how do you create a carousel with controls for next and previous slides?

  • carousel-item class
  • carousel-inner class
  • carousel-control-prev class
  • carousel-control-next class
To create a Bootstrap carousel with controls for next and previous slides, you would use the carousel-control-next and carousel-control-prev classes to add the respective controls to navigate through the slides.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *