InterviewSolution
| 1. |
What Do You Understand By A List Group In Bootstrap And Its Use? |
|
Answer» LIST group is a powerful and FLEXIBLE component to display simple and complex elements together with custom contents. A simple list group is CREATED using class .list-group to address the list with usage of <ul> element, and class .list-group-item to address individual item with usage of <LI> elements. List group is a powerful and flexible component to display simple and complex elements together with custom contents. A simple list group is created using class .list-group to address the list with usage of <ul> element, and class .list-group-item to address individual item with usage of <li> elements. |
|