Use the <ol> tag for ordered lists and <ul> for unordered lists. Each item goes within <li> tags.
<ol>
<ul>
<li>
Example:
<ul> <li>Item 1</li> <li>Item 2</li> </ul> <ol> <li>First</li> <li>Second</li> </ol>