Home / Programming MCQs / Bootstrap MCQs / Question

D

Deepak Sahoo • 10.63K Points
Tutor II

Q. What adds slides to carousel?

(A) .item
(B) .carousel-inner
(C) .carousel
(D) .carousel-inner
Explanation by: Deepak Sahoo
.carousel-inner adds slides to the carousel, .item specifies the content of each slide, .carousel-indicators adds indicators for the carousel, these are little dots at bottom of each slide which indicates how many slides are there in the carousel and the slide which the user is currently viewing.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.