HTML supports two main types of lists: ordered lists (<ol>) and unordered lists (<ul>).
<ol>
<ul>
<li>
<ul> <li>Item 1</li> <li>Item 2</li> </ul>