javascript textIndentProperty
翻訳結果:
text
English[tekst] American[tɛkst]
n. テキスト、原文; テキスト、教科書; テーマ; バージョン
v .Texting
三人称単数形: texts 複数形: texts 現在分詞: texting 過去形: texted
indent
英[ɪnˈdent] 美[ ɪnˈdent]
vt. 切り取る…ギザギザの形にする; インデント植字
#n. (印刷において) インデント; order, order三人称単数: indents現在分詞: インデント 過去形: インデント 過去分詞: インデントjavascript textIndentProperty構文
関数: 要素内のテキストの最初の行をインデントします。
構文: Object.style.textIndent=length|%
javascript textIndentProperty例
<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>
インスタンスの実行 »
[インスタンスの実行] ボタンをクリックしてオンライン インスタンスを表示します