HTMLDOMスタイルtextDecorationColorプロパティ
DOMスタイルのtextDecorationColorプロパティは、HTMLドキュメント内の要素のテキスト装飾の色を返したり変更したりします。
構文
以下は構文です-
-
textDecorationColorを返す
object.style.textDecorationColor
-
textDecorationColorの変更
object.style.textDecorationColor = “color”
例
スタイルtextDecorationColorプロパティの例を見てみましょう-
<!DOCTYPE html> <html> <head> <style> body { color: #000; background: lightblue; height: 100vh; } p { margin: 1.5rem auto; text-decoration: line-through; } .btn { background: #db133a; border: none; height: 2rem; border-radius: 2px; width: 40%; display: block; color: #fff; outline: none; cursor: pointer; } </style> </head> <body> <h1>DOM Style textDecorationColor Property Example</h1> <p>This is paragraph 1 with some dummy text. This is paragraph 1 with some dummy text.</p> <button onclick="add()" class="btn">Change textDecorationColor</button> <script> function add() { document.querySelector('p').style.textDecorationColor = "#db133a"; } </script> </body> </html>
出力
これにより、次の出力が生成されます-
「textDecorationColorを変更」をクリックします 」ボタンをクリックして、段落テキストの線の色を変更します。
-
HTMLDOMスタイルの引用符プロパティ
HTML DOMスタイルのquotesプロパティは、HTMLドキュメントで引用符を囲むための引用符のタイプを返し、変更します。 構文 以下は構文です- 引用符を返す object.style.quotes 見積もりの変更 object.style.quotes = “value” 値 ここで、値は-になります。 値 説明 継承 このプロパティ値は親要素から継承されます。 初期 このプロパティ値をデフォルト値に設定します。 なし 引用に使用されるデフォルトのマーク(“”)を設定します。 文字列文字列 文字列文字列 引
-
HTMLDOMスタイルのtextTransformプロパティ
DOMスタイルのtextTransformプロパティは、HTMLドキュメント内の要素のテキストを返し、変換を適用します。 構文 以下は構文です- textTransformを返す object.style.textTransform textTransformの変更 object.style.textTransform = “value” 値 ここで、値は-になります。 値 説明 継承 このプロパティ値は親要素から継承されます。 初期 このプロパティ値をデフォルト値に設定します。 なし テキストに変換を設定しません。 大