VOOZH about

URL: https://www.geeksforgeeks.org/bootstrap/bootstrap-5-carousel-with-captions/

⇱ Bootstrap 5 Carousel With Captions - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Bootstrap 5 Carousel With Captions

Last Updated : 30 Jul, 2024

Bootstrap 5 Carousel With captions means we can add a class carousel-caption to the carousel items to add a caption for them.

Bootstrap 5 Carousel With Captions Class:

  • carousel-caption: This class is used for giving carousel captions.

Syntax

<div class="carousel-caption">
...
</div>

Example 1: In this example, we will learn about Carousel with Captions.

Output:

Example 2: In this example, we will learn how to give styling like using a heading or changing font color in captions.

Output:

References: https://getbootstrap.com/docs/5.0/components/carousel/#with-captions

Comment

Explore