Unordered List
An unordered list is a simple, flexible way to present related items without implying a specific order or priority. It’s commonly used in documents, web pages, and notes when the sequence of items doesn’t matter.
When to use it
- Grouping features, benefits, or examples
- Quick checklists where order isn’t important
- Presenting options or ideas
Structure and formatting
- Use bullet points (•, –, or •) rather than numbers.
- Keep items parallel in grammar (start each with the same part of speech).
- Keep items short—one sentence or phrase is ideal.
- For complex items, include a short sentence followed by a nested unordered list for details.
Accessibility tips
- Provide a clear heading before the list.
- Use semantic markup (HTML
- and
- ) for web content so screen readers announce list structure.
- Don’t rely solely on bullets; add context in surrounding text.
Writing tips
- Start with the most important or relevant items for reader convenience—even if order isn’t critical.
- Avoid overlong lists; if you have many items, group them into categories with subheadings.
- Use bold sparingly to highlight key terms within list items.
Example
- Buy groceries
- Milk, eggs, bread
- Finish project draft
- Schedule dentist appointment
Unordered lists make information scannable and user-friendly—use them to clarify options, summarize points, or break up dense text.
Leave a Reply