如何用CSS改变上划线,下划线以及删除线的颜色

html-css045

如何用CSS改变上划线,下划线以及删除线的颜色,第1张

方法如下:

1:text-line-through-color:设置删除线的颜色。

2:text-overline: text-overline-color: 设置上划线的颜色

3:text-underline:text-underline-color:设置下划线的颜色

设置css样式:

text-decoration: underline 下划线

text-decoration: line-through 删除线

text-decoration: overline 上划线