CSS怎么设置下划线、删除线、上划线属性样式
1、首先我们打开开发工具,新建一个【HTML文档】

2、使用【text-decoration: overline】设置上划线样式属性

3、使用【text-decoration: line-through】设置删除线(贯穿线)样式属性

4、使用【text-decoration: underline】设置下划线样式属性

5、使用【text-decoration: none】来清除所有文字样式

1、首先我们打开开发工具,新建一个【HTML文档】
2、使用【text-decoration: overline】设置上划线样式属性
3、使用【text-decoration: line-through】设置删除线(贯穿线)样式属性
4、使用【text-decoration: underline】设置下划线样式属性
5、使用【text-decoration: none】来清除所有文字样式