Bootstrap Question:

Do you know what is the use of Bootstrap Carousel plugin?

Tweet Share WhatsApp

Answer:

The Carousel plugin is used to add a slider to your site. It is useful in condition where you want to display huge amount of contents within a small space on the web pages. Some of the standard carousel includes

☛ .carousel (options)
☛ .carousel (‘cycle’)
☛ .carousel (‘pause’)
☛ .carousel (‘number’)
☛ .carousel (‘prev’)
☛ .carousel (‘next’)

Download Bootstrap PDF Read All 128 Bootstrap Questions
Previous QuestionNext Question
Tell me what will be the output of the following HTML code:

<ul class="list-unstyled">
<li>Item 1</li>
<li>Item 2</li>
<ul>
<li>Nested item 2.1</li>
<li>Nested item 2.2</li>
<li>Nested item 2.3</li>
</ul>
<li>Item 3</li>
</ul>
Explain me what is the difference between Bootstrap and Foundation?