To create an unordered list, we use the <ul> tag. The U stands for unordered and the L stands for list.
<ul>
Make sure the opening tag matches the closing tag, </ul>.
</ul>