Unordered-list
An unordered list is a simple, flexible way to present items that do not require a specific sequence. Commonly rendered as bullet points in HTML, documents, and presentations, unordered lists improve readability by grouping related elements and breaking up dense text.
When to use an unordered list
- Non-sequential items: Use when the order of entries doesn’t matter (e.g., feature lists, shopping items).
- Grouping related content: Summarize categories, options, or characteristics.
- Improving scannability: Break large paragraphs into bite-sized items for quick reading.
Structure and syntax
In HTML, an unordered list uses the
- tag with list items wrapped in
-
- First item
- Second item
- Third item
Leave a Reply