Home »
MCQs »
Bootstrap MCQs
We can use ____ component of bootstrap to navigate through images as slideshow?
15. We can use ____ component of bootstrap to navigate through images as slideshow?
- Slideshow
- Carousel
- Scrollspy
- None of the above
Answer
The correct answer is: B) Carousel
Explanation
In bootstrap, you can use the carousel to add a responsive image slider to your web application. carousel.js is to be imported to use this component if bootstrap.min.js or bootstrap.js is not used.