se lists to display numbered steps, bulleted items, or items and their definitions. You can also use lists as a sort of short-cut "cheat" to create a quick indent.
Adding lists is straight-forward. You start a list and then identify each element in the list, like this:
<ul>
<li>red
<li>yellow
<li>orange
</ul>