List-Item
A list item is a single entry within a list — a compact, focused unit of information designed to be read in sequence with other items. Lists help organize content, improve scannability, and clarify relationships between points.
When to use list items
- Presenting steps or instructions
- Grouping related examples or features
- Breaking down components of a larger idea
- Highlighting pros/cons or short comparisons
Types of list items
- Ordered (numbered) items for sequences or ranked lists
- Unordered (bulleted) items for collections without inherent order
- Nested items for hierarchical structure (subpoints under a main item)
- Checklist items when actions need confirmation or tracking
Writing effective list items
- Keep it short: Aim for a single clear sentence or a short phrase.
- Be parallel: Use the same grammatical structure across items.
- Use strong leads: Start with a verb for action items or a noun for definitions.
- Include only one idea per item: Avoid packing multiple points into a single line.
- Prioritize order: Place the most important or logical first in ordered lists.
Examples
- Unordered:
- Gather materials
- Sketch the layout
- Build the prototype
- Ordered:
- Research the problem
- Design a solution
- Test and refine
Accessibility tips
- Use semantic HTML (ul/ol and li) so assistive technologies can navigate lists.
- Keep list length reasonable; long lists benefit from grouping or headings.
- Provide context before a list so users know what the items represent.
Quick checklist for reviewers
- Is each item a single idea?
- Are items consistently phrased?
- Does the list follow a logical order (if ordered)?
- Is the list appropriately labeled or introduced?
List items are simple but powerful tools for clarity — when written well, they turn complex information into easily digestible steps or collections.
Leave a Reply