List-item (in HTML and common UI contexts) refers to an individual entry within a list structure. Key points:
- Types: Ordered list item (in numbered lists) and unordered list item (bulleted lists).
- HTML: Represented by the
- (unordered) or
- (ordered).
Leave a Reply