An ordered list is a sequence of items presented in a specific, meaningful order. Common uses and characteristics:
- Purpose: shows steps, ranked items, timelines, or any content where order matters.
- Format: typically numbered (1., 2., 3.) or lettered (a., b., c.) — numbering implies progression or priority.
- Use cases:
- Instructions or how-to steps
- Procedures and workflows
- Ranked lists (best-to-worst)
- Timelines or chronological events
- Writing tips:
- Keep each item concise and parallel in structure.
- Use numbered steps for actions; use numbered ranking for comparisons.
- Include brief context or a header before the list when needed.
- Use sublists if steps have nested actions.
- Accessibility: ensure numbers remain meaningful if styling is lost (avoid relying only on visual order).
- In HTML: use
- with
When to prefer ordered over unordered lists: choose ordered when sequence or ranking is important; use unordered (bullets) for items without inherent order.
Leave a Reply