text-decoration css划线样式字体文字装饰线

2022-12-11 15:03:23 text-decoration字体划线样式,字体划线装饰线样式,比如下划线、横杠线、删除线、上划线样式。

css text-decoration字体文字划线样式,字体划线装饰线样式,比如下划线、横杠线、删除线、上划线样式。

text-decoration常见值与对应样式:

text-decorationnone ——无装饰(字体默认,在不设置text-decoration样式情况下默认字体没有装饰线效果。)
text-decoration:blink —— 闪烁
text-decoration:underline —— 下划线
text-decoration:line-through —— 贯穿线
text-decoration:overline —— 上划线

字体装饰线样式值如效果如上图。

在常用HTML网页布局时候,有下划线underline和贯穿线line-through两种。

更新