List-Item
A list-item is a single element within a list structure used to organize information clearly and accessibly. Lists—whether ordered (numbered) or unordered (bulleted)—help readers scan content, compare items, and follow steps.
When to use list-items
- Presenting steps in a process (use ordered lists).
- Grouping related points or examples (use unordered lists).
- Breaking down complex ideas into bite-sized pieces.
Best practices for writing list-items
- Be concise: Keep each item short and focused.
- Use parallel structure: Start each item with the same grammatical form.
- Prioritize order when needed: Put the most important or time-sensitive items first.
- Include necessary detail: Add one brief explanatory sentence when clarity requires it.
- Avoid over-listing: Group similar items to prevent overly long lists.
Examples
- Unordered:
- Apples
- Bananas
- Cherries
- Ordered:
- Preheat oven to 350°F.
- Mix dry ingredients.
- Bake for 25 minutes.
Accessibility tips
- Use semantic HTML (e.g.,
- ,
- ,
List-items are a simple but powerful tool to structure content—use them intentionally to improve comprehension and usability.
Leave a Reply