Ordered list is for steps that need to happen in sequence. Use them in tutorials, recipes, and onboarding flows, and readers won't get lost.
html
<ol>
<li>Create index.html</li>
<li>Add page structure</li>
<li>Open it in browser</li>
</ol>You should see
You'll see a numbered step list.