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

Exemple de code détaillé de la propriété css text-indent.

Normal
<div style="width:300px; border:1px solid red; text-indent:0">mot mot<br>mot mot</div>
.identifiant{text-indent:5px}
<div style="width:300px; border:1px solid red; text-indent:5px; ">mot mot<br>mot mot</div>
.identifiant{text-indent:1em}
<div style="width:300px; border:1px solid red; text-indent:1em; ">mot mot<br>mot mot</div>
.identifiant{text-indent:-5px}
<div style="width:300px; border:1px solid red; text-indent:-5px; overflow:hidden">mot mot<br>mot mot</div>
Sur un bloc inline :<br>
.identifiant{text-indent:-5px}<br>
<span style="width:300px; border:1px solid red; text-indent:-5px; ">mot mot<br>mot mot</span>

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

Normal

mot mot
mot mot
.identifiant{text-indent:5px}
mot mot
mot mot
.identifiant{text-indent:1em}
mot mot
mot mot
.identifiant{text-indent:-5px}
mot mot
mot mot
Sur un bloc inline :
.identifiant{text-indent:-5px}
mot mot
mot mot

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

copie d'écran de l'affichage de la propriété css text-indent