Ordered-List
An ordered list is a sequence of items presented in a specific, meaningful order. It’s commonly used to show steps in a process, rankings, instructions, or any content where ordering matters.
When to use an ordered list
- Step-by-step instructions or procedures
- Ranked items (e.g., top 10 lists)
- Chronological events or timelines
- Prioritized tasks or checklists
How to create an effective ordered list
- Be concise: Keep each item short and focused.
- Use parallel structure: Start each item with the same part of speech (e.g., verbs for steps).
- Number clearly: Use numbers to show sequence and importance.
- Group related steps: Break long processes into sublists if needed.
- Include context: Add a brief intro sentence explaining the list’s purpose.
Examples
- Making coffee:
- Boil water.
- Add coffee grounds to filter.
- Pour hot water over grounds.
- Let it brew, then serve.
- Launch checklist:
- Finalize product features.
- Complete QA testing.
- Prepare marketing materials.
- Schedule release date.
- Monitor post-launch feedback.
Accessibility tips
- Use semantic HTML (e.g.,
- and
Ordered lists help readers follow processes and understand priorities. Use them when sequence matters and keep items clear and consistent.
Leave a Reply