A “list-item” is an element within a list that represents one entry or bullet. Key points:
- Purpose: Conveys a single piece of information, task, or option inside an ordered (numbered) or unordered (bulleted) list.
- Structure: Typically contains text; can include sublists, links, icons, images, or interactive controls.
- Types:
- Ordered list item — denotes sequence or priority (1, 2, 3).
- Unordered list item — denotes equal-weight entries (•, –, ○).
- Definition list item — pairs a term with a description.
- Accessibility: Should use semantic HTML (e.g.,
- inside
- or
- ) and include meaningful text
If you want examples in HTML, markdown, or accessible patterns, tell me which format.
Leave a Reply