To create such a nested list, we start with a simple ordered or unordered list.
Create an unordered list with an empty list item.
Make sure to place the unordered list tags, <ul> and </ul>, outside of the list item tags, <li> and </li>.
<ul>
</ul>
<li>
</li>