The most basic list group is an unordered list with list items.
<ul> with the .list-group class..list-group-item to <li> elements.To create a hover state on list items, use <div> and <a> elements with .list-group-item-action.
Edit the code below and click Run to see the result live.