How can you create multi-level nested lists?
By setting the level attribute on the <li>
level
<li>
By placing a <ul> or <ol> inside an <li>
<ul>
<ol>
By using JavaScript to manipulate the DOM
By setting the nested attribute on the <ul> or <ol>
nested