Unordered List
An unordered list is a simple, flexible way to present related items without implying any particular order. It’s used in writing, web design, note-taking, and interface design when the sequence of items doesn’t matter.
When to use an unordered list
- Grouping related points: Features, examples, or attributes that don’t require prioritization.
- Menus and navigation: Links where order is unimportant.
- Bulleted checklists: Non-sequential reminders or resources.
- Formatting content for scanning: Makes information quick to read.
Structure and style
- Use short, parallel phrases or sentence fragments for clarity.
- Keep list length manageable (typically 3–8 items) to avoid overwhelming readers.
- Use bullets (•, –, or • styled) for web and print; use consistent punctuation—either none or a period for each item.
- If items contain multiple sentences, format them as separate paragraphs within each list item.
Examples
- Grocery list:
- Milk
- Eggs
- Spinach
- Feature summary:
- Cross-platform compatibility
- Customizable themes
- Offline mode
Accessibility tips
- Provide a clear introductory sentence or heading before the list so screen-reader users know what the list represents.
- Avoid using nested unordered lists excessively; when needed, ensure proper semantic markup (e.g.,
- and
- in HTML).
Best practices
- Favor unordered lists when order isn’t important.
- Use parallel grammar across items.
- Limit each item to one main idea.
- For actions or sequences, choose an ordered list instead.
An unordered list keeps content concise, scannable, and user-friendly—ideal whenever you want to present items without implying rank or sequence.
Leave a Reply