Home »
MCQs »
Bootstrap MCQs
We can use ____ class to create a list group in bootstrap.
17. We can use ____ class to create a list group in bootstrap.
- .select-list
- .list
- .dropdown
- .list-group
Answer
The correct answer is: D) .list-group
Explanation
In bootstrap, a basic list group can be used by utilizing .list-group within ul element and .list-group-item with li element.