Listy uporządkowane

<style type="text/css">
<!--
ol.decimal {list-style-type:decimal}     /* składnia z podaniem     */
ol.l_roman {list-style-type:lower-roman} /* wartości atrybutu class */
ol.u_roman {list-style-type:upper-roman}
ol.l_alpha {list-style-type:lower-alpha}
ol.u_alpha {list-style-type:upper-alpha}
-->
</style>

Poniższa lista należy do klasy decimal:

  1. {list-style-type:decimal}
  2. {list-style-type:decimal}
  3. {list-style-type:decimal}

Poniższa lista należy do klasy l_roman:

  1. {list-style-type:lower-roman}
  2. {list-style-type:lower-roman}
  3. {list-style-type:lower-roman}

Poniższa lista należy do klasy u_roman:

  1. {list-style-type:upper-roman}
  2. {list-style-type:upper-roman}
  3. {list-style-type:upper-roman}

Poniższa lista należy do klasy l_alpha:

  1. {list-style-type:lower-alpha}
  2. {list-style-type:lower-alpha}
  3. {list-style-type:lower-alpha}

Poniższa lista należy do klasy u_alpha:

  1. {list-style-type:upper-alpha}
  2. {list-style-type:upper-alpha}
  3. {list-style-type:upper-alpha}

Opis cechy list-style-type:

5.6.3 'list-style-type'
Value: disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none
Initial: disc
Applies to: elements with 'display' value 'list-item'
Inherited: yes
Percentage values: N/A

Zobacz też:

5.1 Notation for property values

Strona główna