Retour à la définition de la propriété css list-style-type | J'ai vu une erreur dans cette page

Exemple de code détaillé de la propriété css list-style-type.

.identifiant{list-style-type:decimal}<br>
.identifiant{list-style-type:lower-roman}<br>
.identifiant{list-style-type:upper-roman}<br>
.identifiant{list-style-type:lower-alpha}<br>
.identifiant{list-style-type:upper-alpha}<br>
.identifiant{list-style-type:none}<br>
<ol>
<li style="font-weight:normal; list-style-type:decimal">list-style-type:decimal
<li style="font-weight:normal; list-style-type:lower-roman">list-style-type:lower-roman
<li style="font-weight:normal; list-style-type:upper-roman">list-style-type:upper-roman
<li style="font-weight:normal; list-style-type:lower-alpha">list-style-type:lower-alpha
<li style="font-weight:normal; list-style-type:upper-alpha">list-style-type:upper-alpha
<li style="font-weight:normal; list-style-type:none">list-style-type:none
</ol>
.identifiant{list-style-type:disc}<br>
.identifiant{list-style-type:circle}<br>
.identifiant{list-style-type:square}<br>
.identifiant{list-style-type:none}<br>
<ul>
<li style="font-weight:normal; list-style-type:disc">list-style-type:disc
<li style="font-weight:normal; list-style-type:circle">list-style-type:circle
<li style="font-weight:normal; list-style-type:square">list-style-type:square
<li style="font-weight:normal; list-style-type:none">list-style-type:none
</ul>

Interprétation du code détaillé de la propriété css list-style-type par votre navigateur.

.identifiant{list-style-type:decimal}
.identifiant{list-style-type:lower-roman}
.identifiant{list-style-type:upper-roman}
.identifiant{list-style-type:lower-alpha}
.identifiant{list-style-type:upper-alpha}
.identifiant{list-style-type:none}

  1. list-style-type:decimal
  2. list-style-type:lower-roman
  3. list-style-type:upper-roman
  4. list-style-type:lower-alpha
  5. list-style-type:upper-alpha
  6. list-style-type:none
.identifiant{list-style-type:disc}
.identifiant{list-style-type:circle}
.identifiant{list-style-type:square}
.identifiant{list-style-type:none}

Interprétation normal du code de la propriété css list-style-type (copie d'écran).

copie d'écran de l'affichage de la propriété css list-style-type