HTML List LI Tag (List Item)
The <li></li> tags are for individual items used in ordered or unordered lists.
Syntax
<LI type=shape type=number-system>
list-item
</LI>
Modifiers
- TYPE=shape
- The type is the shape of the preceding bullet in front of each item. Bullet shapes can be DISC, CIRCLE or SQUARE.
- TYPE=number-system
- The type is the style of numbering system you want. Options are: A, a, 1, I or i.