texte
Anglais [tekst] Américain [tɛkst]
n Texte, texte original; texte, manuel; version
v. Formule : texté
indentAnglais [ɪnˈdent] Américain [ɪnˈdent]
vt. Couper... pour créer une forme irrégulière ; personne du singulier : indentés Participe présent : indenté Passé : indenté Participe passé : indenté
texte javascriptIndentProperty syntaxe
Fonction : Mettre en retrait la première ligne de texte de l'élément.
Syntaxe : Object.style.textIndent=length|%
texte javascriptIndentProperty exemple
<html> <head> <script type="text/javascript"> function setTextIndent() { document.getElementById("div1").style.textIndent="50px"; } </script> </head> <body> <div id="div1"> This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. </div> <br /> <input type="button" onclick="setTextIndent()" value="Indent first line of text" /> </body> </html>
Exécuter l'instance »
Cliquez sur le bouton « Exécuter l'instance » pour afficher l'instance en ligne