Copier le lien
ToutSurTout.biz
Faire une tabulation dans du php ou html
Dans le css
Code :
.marge { margin-left: 5em; }
Dans le php ou html
Code :
<p> Un début de texte <span class="marge">un texte plus loin (espace de 5 caractères)</span> <span class="marge">un texte encore plus loin</span> </p>