Sure is.
HTML enables you to make a bulleted list (unordered list) of items, such as this:
<ul>
</ul>
ul
stands for "Unordered List"<li>
and ends with </li>
<ol>
and </ol>
Here is a Web page with a list for you to edit and play with:
Change the list to an ordered list.