<ol> This will confuse you </ol>
<b>Nested Unordered List</b>
<ul>
<li>This is the first item
<li>This is the second item
<ul>
<li> This is the first sub-item of the second item
<ul>
<li> And this is a sub-item of a sub-item
<li> Getting lost yet?
</ul>
<li> This is the second sub-item of the second item
<li> This is the third sub-item of the second item
</ul>
<li>This is the third item
</ul>
|