Ameba Ownd

アプリで簡単、無料ホームページ作成

テキスト(文字)に下線を引く方法

2017.04.06 02:53

参考:http://www.htmq.com/style/text-decoration.shtml

CSS

.class-name {
  text-decoration: underline;
}

HTML (例)

<span class="class-name">テキストテキスト</span>