Modifying bullets and numbering
HTML provides some control over numbering and bullet styles in lists. For numbered lists, the number format (e.g., 1-2-3 or I-II-III) can be changed for the whole list or for individual items. Also, the starting number of a numbered list can be changed, and the number sequence can be reset at any point in the list. For bulleted lists, the bullet style can be changed from the default disc to a square or a circle.
To change between bulleted and numbered lists:
- Select the entire list.
- On the Home menu, go to the Paragraph group, and click (Bulleted List) or (Numbered List).
To change the number format or bullet type of a list:
- Select the entire list.
- Right-click and click List Properties.
- Click the Style box and select a bullet type or number format.
To change the number format or bullet type of a single list item:
- Place the insertion point in the desired list item.
- Right-click and click List Properties.
- Click the Style box and select a bullet type or number format.
To change the starting number of a numbered list:
- Select the entire list.
- Right-click and click List Properties.
- Enter a number in the Start at box.
To reset the numbering sequence within a numbered list:
- Place the insertion point in the desired list item.
- Right-click and click List Properties.
- Enter a number in the Start at box.
Cascading style sheets offer greater control over bullet and number styles for lists and list items than HTML alone does. See “list-style” in the CSS reference for more information.