Unordered List
An unordered list is a simple but powerful way to present information when the order of items doesn’t matter. Typically displayed as bullet points, unordered lists help readers scan content quickly and understand relationships among items at a glance.
When to use an unordered list
- Grouping similar items: Use unordered lists for sets of related items where sequence isn’t important (e.g., features, ingredients, tools).
- Improving readability: Break dense text into bite-sized points to make content more scannable.
- Highlighting options or examples: Present alternatives, examples, or collections without implying priority.
Best practices
- Keep items parallel: Start each bullet with the same part of speech (e.g., all nouns or all verbs) for clarity.
- Be concise: Short, focused bullets are easier to scan than long sentences.
- Limit nesting: One level of bullets is ideal; deeper nesting can confuse readers.
- Use punctuation consistently: Either punctuate all items the same way (periods or none) or follow style guidelines for your audience.
Examples
- Grocery list:
- Apples
- Bread
- Milk
- Project checklist:
- Define goals
- Assign tasks
- Review progress
Accessibility tips
- Ensure list structure is marked up correctly in HTML (use
- and
- ) so screen readers announce the list appropriately.
- Provide a brief introductory sentence before the list to give context.
Unordered lists are a fundamental tool for clear, user-friendly writing—use them whenever you want to present grouped information without suggesting an order of importance.
Leave a Reply