List-Item
A list-item is a single unit within a list, used to present information clearly and sequentially. Lists organize content into bite-sized pieces, improve scannability, and help readers grasp relationships between items quickly.
Types
- Ordered lists: Items with a specific sequence or ranking (1, 2, 3).
- Unordered lists: Bulleted items without inherent order.
- Definition lists: Term–definition pairs used for glossaries or explanations.
Structure & Best Practices
- Keep items parallel: Use the same grammatical form across items.
- Be concise: Aim for one idea per item.
- Use punctuation consistently: Decide whether to end items with periods and stick to it.
- Prioritize clarity: Place the most important items first when order matters.
When to Use
- Steps in a process
- Features or benefits
- Checklists
- Grouped examples or options
Accessibility Tips
- Use semantic HTML (
- ,
- ) for screen readers.
- Provide clear labels and context before the list.
- Avoid overly long items; break complex points into sublists.
- ,
A well-crafted list-item enhances readability, guides the reader, and makes complex information more digestible.
Leave a Reply