MoyaSystem

もやしです。

CSS の text-decoration 要素の設定値

設定値は6つあり、主な設定値は、overline、underline、line-through の3つ。

<span style='text-decoration: overline'>overline</span>

出力: overline

いつつかうんだ?これ。

<span style='text-decoration: underline'>underline</span>

出力: underline

<span style='text-decoration: line-through'>line-through</span>

出力: line-through

あとは

  • none
  • initial
  • inherit

の3つを設定できる。