Exemple de code détaillé de la propriété css color.
.idenfifiant{color:green}
<div style="color:green; font-weight:normal">mot mot</div>
.idenfifiant{color:#008000}
<div style="color:#008000; font-weight:normal">mot mot</div>
.idenfifiant{color:threedhighligh}
<div style="color:ThreeDHighlight; font-weight:normal">mot mot</div>
Interprétation du code détaillé de la propriété css color par votre navigateur.
.idenfifiant{color:green}
mot mot
.idenfifiant{color:#008000}mot mot
.idenfifiant{color:threedhighligh}mot mot
Interprétation normal du code de la propriété css color (copie d'écran).
