テキストに下線や取消線を指定する

サンプルソース


h1 { text-decoration: underline; }

解説


text-decoration・・・テキストの装飾(underline:下線,overline:上線,line-through:取消線,blink:点滅)

表示例

text-decoration: underline ABCDEF

text-decoration: overline ABCDEF

text-decoration: line-through ABCDEF

text-decoration: blink ABCDEF




関連する内容

  • フォントサイズを指定する
  • フォントスタイルを指定する
  • フォントの太さを指定する
  • テキストの配置を指定する

  • スタイルシート サンプル集
    CSS基本 フォントとテキスト 色と背景

    Copyright (C) HTML@Workshop All rights reserved.