Listes

list-style : list-style-type || list-style-position || list-style-image

list-style-type

list-style-type : disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | lower-alpha | upper-alpha | none

  1. decimal
  2. deux
  3. trois
  1. decimal-leading-zero
  2. deux
  3. trois

 

  1. lower-roman
  2. deux
  3. trois
  1. upper-roman
  2. deux
  3. trois
  1. lower-greek
  2. deux
  3. trois
  1. upper-greek
  2. deux
  3. trois

 

  1. lower-latin
  2. deux
  3. trois
  1. upper-latin
  2. deux
  3. trois
  1. lower-greek
  2. deux
  3. trois
  1. upper-greek
  2. deux
  3. trois

list-style-image

list-style-image : url | none

  1. style="list-style-image : url('images/puce_b.gif') "
  2. deux
  3. trois

list-style-position

list-style-position : inside | outside