0 / 60 seg.

How would you create a nested list within a list item?

<ul>
  <li>Item 1</li>
  <!-- Nested list here -->
</ul>