What is this?

Obviously you could just make a list by putting a break inbetween what you were listing, but the list tag sets it off from the rest of the text and allows you to have bullets.

<ul>
<li> Text here
<li> Text here
<li> Text here
</ul>

When completed correctly, this tag will look like this: