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.
Loading...
Related Quiz
- To adjust the default grid system in Bootstrap, modify the ___ variables in Sass.
- What role do utility classes for 'visibility' play in Bootstrap?
- Optimizing Bootstrap's ___ files can significantly reduce server requests, improving SEO.
- What is the role of the 'navbar-brand' class in a Bootstrap navigation bar?
- Describe the process of dynamically loading Bootstrap tabs using AJAX.