Choose the Right Type of List
Each list type has a different job.
`ul` works when order does not matter. `ol` works when sequence matters. `dl` works when you are pairing a term with its explanation.
The important skill is not memorizing names, but recognizing the content pattern you actually have.
- Use `ul` for collections without sequence.
- Use `ol` for steps, rankings or ordered instructions.
- Use `dl` for term-definition pairs such as glossaries or compact technical facts.