Bootstrap Question:

Explain me can you put a listgroup within bootstrap panel?

Bootstrap Interview Question
Bootstrap Interview Question

Answer:

Yes! You can include list groups within any panel. Create a panel by adding class .panel to the <div> element. Also add class .panel-default to this element. Now within this panel include your list groups.


Previous QuestionNext Question
What is Fixed Layout in Bootstrap?Tell me how will you create a tabbed navigation menu?