Wrapper:

Unordered List

An unordered list is a way to present a collection of related items where order does not matter. In writing and design, it improves scannability and highlights key points without implying a sequence.

When to use

  • Presenting features, options, or examples.
  • Summarizing ideas or takeaways.
  • Grouping non-sequential steps or items.

Best practices

  • Keep items parallel (same grammatical form).
  • Use short, clear phrases.
  • Limit items per list to 5–9 for readability.
  • Use bullets consistently; avoid mixing bullet styles.
  • If items need emphasis, bold key words only.

Accessibility tips

  • Use semantic list elements (e.g.,
      in HTML) so screen readers announce them as lists.

    • Provide a concise introductory sentence.
    • Avoid putting complex paragraphs inside list items; if needed, nest lists logically.

Examples

  • Shopping list:

    • Milk
    • Eggs
    • Bread
    • Apples
  • Features:

    • Fast setup
    • Cross-platform support
    • Modular API
    • Extensive documentation

An unordered list is a simple but powerful tool to organize information clearly when order isn’t important.

Your email address will not be published. Required fields are marked *