Return

The Lists

Start Tag Content End tag Notes
  Element Attribute Value        
< ol style= "list-style-type:decimal;"
"list-style-type:upper-alpha;"
"list-style-type:lower-alpha;"
"list-style-type:none;"
"list-style-type:lower-roman;"
"list-style-type:upper-roman;"
>
  1. Order List
  2. Order List
  3. Order List
  4. Order List
  5. Order List
  6. Order List
</ol> Requires the <li>list</li>
to be within its tags.
The Default ordered style type is
style="list-style-type:decimal;"
< ul style= "list-style-type:disc"
"list-style-type:circle"
"list-style-type:square"
"list-style-type:none"
>
  • Unorder list
  • Unorder list
  • Unorder list
  • Unorder list
</ul> Requires the <li>list</li>
to be within its tags.
The Default unordered style type is
style="list-style-type:disc"
< li     > List item. </li> REQUIRED within the ol or ul tags.

Return
  © 2003, 2004, 2005, 2006 & 2007 by Charles Muench. All rights reserved.