Attribute for <LI ...>
TYPE = DISC | CIRCLE | SQUARE | 1 | A | a | I | i

Usage Recommendation
don't use it thumbs down

TYPE is good for confusing your readers by switching numbering or bullet style midstream. When you use TYPE, that line item and all subsequent items use the specified type.

<UL>
<LI>cake
<LI>pudding
<LI TYPE=CIRCLE>scones
<LI>cobbler
</UL>

produces

  • cake
  • pudding
  • scones
  • cobbler





About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.