<li> : list item
 
this tag is used in conjunction with <ul> to make ordered and unordered lists
 
Attributes
 
-) type
 
Deprecated. This attribute sets the style of a list item. Currently available values are intended for visual user agents.
 
-) start
 
Deprecated. For OL only. This attribute specifies the starting number of the first item in an ordered list. The default starting number is "1". Note that while the value of this attribute is an integer, the corresponding label may be non-numeric. Thus, when the list item style is uppercase latin letters (A, B, C, ...), start=3 means "C". When the style is lowercase roman numerals, start=3 means "iii", etc.
 
-) value
 
Deprecated. For LI only. This attribute sets the number of the current list item. Note that while the value of this attribute is an integer, the corresponding label may be non-numeric (see the start attribute).
 
-) compact
 
Deprecated. When set, this boolean attribute gives a hint to visual user agents to render the list in a more compact way. The interpretation of this attribute depends on the user agent.
 
Attributes defined elsewhere
 
-) id, class (document-wide identifiers)
 
-) lang (language information), dir (text direction)
 
-) title (element title)
 
-) style (inline style information)
 
-) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)
 
 
Example
 
 
<UL>
 
      <LI> item 1
 
         <LI type=square> item 2
 
         <LI type=circle> item 3
 
</UL>
 
 
 
Gives
 
 
 
 
 
 
 
 
 
For complete reference see html reference at W3C
 
SN..45   SN..46   SN..47   SN..48   SN..49   SN..50   SN..51   SN..52   SN..53   SN..54   SN..55   SN..56   SN..57   SN..58    
SN..59   SN..60   SN..61   SN..62   SN..63   SN..64   SN..65   SN..66   SN..67   SN..68   SN..69   SN..70   SN..71   SN..72    
SN..73   SN..74   SN..75   SN..76   SN..77   SN..78   SN..79   SN..80   SN..81   SN..82   SN..83   SN..84   SN..85   SN..86    
SN..87   SN..88   SN..89   SN..90   SN..91   SN..92   SN..93   SN..94   SN..95   SN..96   SN..97   SN..98   SN..99   SN..100    
SN..101   SN..102   SN..103   SN..104   SN..105   SN..106   SN..107   SN..108   SN..109   SN..110   SN..111   SN..112   SN..113   SN..114    
SN..115   SN..116   SN..117   SN..118   SN..119   SN..120   SO..1   SP..1   SP..2   SP..3   SP..4   SP..5   SP..6   SP..7    
		  |