Bootstrap Question:

Tell me what is Bootstrap collapsing elements?

Bootstrap Interview Question
Bootstrap Interview Question

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’)


Previous QuestionNext Question
What is Fluid Layout in Bootstrap?What is Bootstrap Container in Bootstrap?