List-item generally refers to a single entry within a list (ordered or unordered). Key points:
- Role: Represents one element or datum in a collection.
- Structure: Often contains text, but can include images, links, controls, or nested lists.
- Types:
- Ordered (numbered) — conveys sequence or priority.
- Unordered (bulleted) — conveys grouping without order.
- Uses: Navigation menus, task lists, feature lists, form options, content outlines.
- Accessibility: Should use proper semantic markup (e.g.,
- or
- ) and include clear labels, focus states, and ARIA attributes when interactive.
-
Leave a Reply