1.

What adds slides to carousel?(a) .carousel(b) .carousel-inner(c) .item(d) .carousel-indicatorsThe question was asked in unit test.This question is from Responsive Overview topic in section Advance HTML of HTML

Answer»

Correct option is (b) .carousel-inner

To ELABORATE: .carousel creates a slideshow. .carousel-inner is a CONTAINER for slide ITEMS. .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.



Discussion

No Comment Found

Related InterviewSolutions