LIST-STYLE-TYPE

The types are :

  • circle
  • square
  • disk
  • decimal
  • lower-alpha
  • upper-alpha
  • lower-roman
  • upper-roman

    The Code :
    <LI style="LIST-STYLE-TYPE: circle>
  • <LI style="LIST-STYLE-TYPE: square>
  • <LI style="LIST-STYLE-TYPE: disc>
  • <LI style="LIST-STYLE-TYPE: decimal>
  • <LI style="LIST-STYLE-TYPE: lower-alpha>
  • <LI style="LIST-STYLE-TYPE: upper-alpha>
  • <LI style="LIST-STYLE-TYPE: lower-roman>
  • <LI style="LIST-STYLE-TYPE: upper-roman>


  • Some effects
  • List Item
  •  <LI style="LIST-STYLE-TYPE: circle;color:red"><font color=blue>List Item </FONT>
  • List Item
  •  <LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>List Item </FONT>
  • List Item
  •  <LI style="LIST-STYLE-TYPE: disc;color:blue"><font color=red>List Item </FONT>




    Some examples


    fruit
    • apples
    • lemmon
    • banana
    country
    • Belgium
    • Spain
    • USA
      1. Utah
      2. California
      3. Etc.
    • France


    The code

    <U>fruit</U><UL>
    <LI style="LIST-STYLE-TYPE: circle;color:red"><font color=blue>apples </FONT>
    <LI style="LIST-STYLE-TYPE: circle;color:red"><font color=blue>lemmon</FONT>
    <LI style="LIST-STYLE-TYPE: circle;color:red"><font color=blue>banana </FONT>
    </UL>
    <U>country</U><UL>
    <LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>Belgium </FONT>
    <LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>Spain</FONT>
    <LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>USA</FONT>
    <OL>
    <LI style="LIST-STYLE-TYPE: upper-roman;color:white"><FONT style="background:red;width:100">Utah</FONT>
    <LI style="LIST-STYLE-TYPE: upper-roman;color:white"><FONT style="background:blue;width:100">California</FONT>
    <LI style="LIST-STYLE-TYPE: upper-roman;color:white"><FONT style="background:green;width:100">Etc.</FONT>
    </OL>
    <LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>France</FONT></UL>