Bootstrap Question:

Download Job Interview Questions and Answers PDF

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

Download Bootstrap Interview Questions And Answers PDF

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