BOOTSTRAP CAROUSEL

How to create a slide show in bootstrap

What is a Bootsrap Carousel?

A Bootstrap Carousel is a slideshow component for cycling through elements—images or slides of text—like a carousel.
Lots of websites use them for image galleries, to showcase specific products — especially on a homepage or landing page — or to jazz up an otherwise text-heavy website. You’ll see them used for latest news or blog posts, to display additional images for a holiday location or commerce product and more.

Example of Carousel code

The following example shows how to create a basic carousel with indicators and controls. Feel free to give it a try! Remember to add your own image files to the code.

Add text to your Carousel

With this code you can add a caption to your picture in your carousel. Note: The carousel caption will need to be in the carousel-item tag.