:li. (List Item)

Purpose

Identifies an item within a list.

Syntax

┌───────────────┬───────────────┬───────────────┬───────────────┐
│Tag            │Element        │Attributes     │End            │
├───────────────┼───────────────┼───────────────┼───────────────┤
│:li.           │List item      │               │               │
└───────────────┴───────────────┴───────────────┴───────────────┘

Attributes

None

Description

The format of the list items depends on the type of list: ordered, unordered, or simple. For example, if the list is an ordered list, a number precedes each list item. If the list is an unordered list, a bullet precedes each item. See :ol. (Ordered List), :sl. (Simple List), and :ul. (Unordered List) for more information.

Conditions

None

Example

:p.To remove a diskette&colon.
:ol.
:li.Open the drive door.
:li.Remove the diskette.
:li.Put the diskette in a safe place.
:eol.

Output

To remove a diskette:


[Back: :isyn. (Index Synonym)]
[Next: :lines. (Lines)]