Home HTML CSS JAVASCRIPT BOOTSTRAP Python Docker ML tutorial About us Privacy policy

Carousel In Bootstrap



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.


  • Carousels are work just like a slider.
  • They built with css3 and javaScript.
  • It contains series of images,text etc.

  • 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.

    Crossfade

    We can also add crossfade carousel with the help of .carousel-fade.