参考:http://www.htmq.com/style/text-decoration.shtml
CSS
.class-name {
text-decoration: underline;
}
HTML (例)
<span class="class-name">テキストテキスト</span>
参考:http://www.htmq.com/style/text-decoration.shtml
CSS
.class-name {
text-decoration: underline;
}
HTML (例)
<span class="class-name">テキストテキスト</span>
0コメント