Here is an organized list:

Every morning, you should do these three things:
  1. Wake up.
  2. Take a shower.
  3. Eat breakfast.

Here is the coding for making this list:

Every morning, you should do these three things:
<OL>
<LI>Wake up.</LI>
<LI>Take a shower.</LI>
<LI>Eat breakfast.</LI>
</OL>