Learn HTML Code Tutorial Reference Guide

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

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial