Sure is.
HTML enables you to make a bulleted list (unordered list) of items, such as this:
<ul>
</ul>
ul
<li>
</li>
<ol>
</ol>
Here is a web page with a list for you to edit and play with: