Lists of the same or different type may be nested in any number of ways. For Example:
<ul> <li> Some fruit: <ul> <li> bananas. </ul> <li> Some more fruit <ul> <li> oranges. </ul> </ul>
which when viewed in browser looks like: