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

Exemple de code détaillé de la propriété css font-weight.

.identifiant{font-weight:normal}
<div style="font-weight:normal">abcdefghiABCDEFGH</div>
.identifiant{font-weight:lighter}
<div style="font-weight:lighter">abcdefghiABCDEFGH</div>
.identifiant{font-weight:bold}
<div style="font-weight:bold; ">abcdefghiABCDEFGH</div>
.identifiant{font-weight:800}
<div style="font-weight:800">abcdefghiABCDEFGH</div>

Interprétation du code détaillé de la propriété css font-weight par votre navigateur.

.identifiant{font-weight:normal}

abcdefghiABCDEFGH
.identifiant{font-weight:lighter}
abcdefghiABCDEFGH
.identifiant{font-weight:bold}
abcdefghiABCDEFGH
.identifiant{font-weight:800}
abcdefghiABCDEFGH

Interprétation normal du code de la propriété css font-weight (copie d'écran).

copie d'écran de l'affichage de la propriété css font-weight