How would you create an unordered list of items in HTML5 with a group name at the top? The items should look indented.
Ex:
GroupName1
Item1
Item2
Item3
GroupName2
Item4
Item5
|
How would you create an unordered list of items in HTML5 with a group name at the top? The items should look indented. Ex:
| |||||
feedback
|
|
Why not just do a list within a list?
| |||
|
feedback
|
|
I reckon scurker’s answer is the way to go, but if your groups were really separate from each other, and thus didn’t really make sense in one big list, you could do this:
| |||
|
feedback
|