Bootstrap Question:

Tell me what is Bootstrap collapsing elements?

Tweet Share WhatsApp

Answer:

Bootstrap collapsing elements enables you to collapse any particular element without writing any JavaScript code or the accordion markup. In Bootstrap to apply collapsing elements you have to add data-toggle= “collapse” to the controller element along with a data-target or href to automatically assign control of a collapsible element. Likewise, you can use .collapse (options), .collapse (‘show’) or .collapse (‘hide’)

Download Bootstrap PDF Read All 128 Bootstrap Questions
Previous QuestionNext Question
What is Fluid Layout in Bootstrap?What is Bootstrap Container in Bootstrap?