Unordered List
Unordered lists are a simple, flexible way to present grouped information without implying sequence or priority. They use bullets (•, –, or other symbols) to visually separate items, making content easier to scan and understand.
When to use unordered lists
- Non-sequential items: Use them when the order doesn’t matter, such as features, ingredients, or examples.
- Grouping related points: Break a paragraph into digestible bullets to improve readability.
- Short, parallel items: Best for concise phrases or single-sentence items rather than long paragraphs.
Benefits
- Improved scannability: Users can quickly find relevant points.
- Visual clarity: Bullets create natural breaks in text.
- Flexible formatting: Bullets can be nested for subgroups or paired with icons for emphasis.
Best practices
- Keep items parallel: Start each item with the same part of speech (e.g., all verbs).
- Use short items: Aim for one sentence or a phrase per bullet.
- Limit nesting: One level of nesting is OK; deeper nesting can confuse readers.
- Punctuate consistently: Either punctuate all items or none; if items are full sentences, use periods.
- Introduce the list: Provide a brief lead-in sentence to explain the grouping.
Examples
- Key features:
- Cross-platform support
- Real-time updates
- Easy integration
- Shopping list:
- Milk
- Bread
- Eggs
Accessibility tips
- Use semantic HTML (ul/li) so screen readers announce the list properly.
- Provide a clear heading or introductory sentence.
- Avoid using bullets for content that requires a specific reading order.
Unordered lists are a small but powerful tool to organize information clearly and efficiently. Use them when sequence isn’t important and you want to make content easier to digest.
Leave a Reply