An unordered list displays a list of bulleted items.
We define an unordered list with the <ul> and </ul> tags. We add items by placing text between the <li> and </li> tags.
<ul>
</ul>
<li>
</li>