Combine the three HTML list types, create nested levels, and generate semantic markup with ul, ol, li, dl, dt, and dd.
HTML lists playground
Unordered list
<ul> <li>Milk</li> <li>Eggs</li> <li>Bread</li> <li>Hummus</li> </ul>