Carousel in Bootstrap
Carousels work like a cycling of slides,we can also customize according to our requirement.we can use .active class to add a slide otherwise we can't see the slide.we can also use multiple carousels on the page no problem at all.
carousel with Controls
We can also add control icons like previous and next to the slides.Carousel with Indicators
We can add indicators to the slides with controls.Carousel with Captions
We can also add captions to the carousels,with.carousel-caption inside the carousel-item attribute.