List-item usually refers to a single entry within a list (ordered or unordered). Key points:
- Purpose: Conveys one unit of information or a step within a sequence.
- Structure: Often short; may include text, links, images, or nested sub-items.
- Types: Ordered (numbered) for sequences/steps; unordered (bulleted) for collections without order.
- Accessibility: Should use semantic markup (e.g.,
- in HTML) so screen readers announce list structure.
- Best practices: Keep items parallel in grammar, concise, and focused; avoid mixing multiple ideas in one item.
Leave a Reply