How would you create a nested list within a list item?
<ul> <li>Item 1</li> <!-- Nested list here --> </ul>
Use . to indicate sub-items
.
Add an inner attribute to the <li>
inner
<li>
Add a <nested> tag inside the <li>
<nested>
Add another <ul> inside the <li>
<ul>