An unordered list is a way to present a collection of items where order doesn’t matter. Key points:
- Purpose: Group related items without implying sequence or priority.
- Common markers: Bullets (•), dashes (—), or circles; in HTML it’s the
- element with
- children.
- Use cases: Feature lists, short collections, options, tips, characteristics.
- Formatting tips:
- Keep items parallel (same grammatical form).
- Use short items for scannability; expand with subitems only when needed.
- Avoid mixing sentences and long paragraphs; if needed, keep each item self-contained.
- Accessibility: Ensure each item is meaningful out of context and use semantic markup (e.g.,
- /
Leave a Reply