Unordered-List
An unordered list is a simple, versatile way to present related items without implying a specific order. It uses bullet points to group items that are equal in importance, making content easier to scan and understand.
When to use an unordered list
- Grouping related items: Use when items share a common theme (e.g., features, ingredients, tools).
- No priority or sequence: Ideal when order doesn’t matter.
- Improving readability: Breaks dense text into skimmable chunks.
- UI elements: Common in navigation menus, checklists, and feature lists.
Best practices
- Keep items parallel: Use the same grammatical structure across bullets.
- Be concise: Each item should be short and focused.
- Use bullets consistently: Don’t mix with numbered lists unless indicating steps or ranking.
- Limit length: Prefer 3–7 items for clarity; longer lists can be grouped with subheadings.
- Use nesting sparingly: Only nest when items clearly belong to subgroups.
Accessibility tips
- Ensure list markup (e.g.,
- in HTML) is used so screen readers announce it correctly.
- Provide a clear preceding heading or introductory sentence.
- Avoid empty or single-item lists unless semantically appropriate.
Examples
- Shopping list: milk, eggs, bread, coffee
- Features: fast search, secure login, customizable dashboard
- Steps to prepare: chop vegetables, heat oil, sauté until tender
Unordered lists are a fundamental tool for clear, user-friendly writing—use them to make information quicker to scan and easier to understand.
Leave a Reply