普陀 发表于 2024-9-10 12:15:01

css下划线 删除线 上划线属性样式修改

在DIV CSS网页中常常使用CSS代码来人对象文字内容加上下划线。
使用CSS属性单词:
text-decoration -CSS
text-decoration : none || underline || blink || overline || line-through

text-decoration下划线CSS单词值参数:
none :  无装饰
blink :  闪烁
underline :  下划线
line-through :  贯穿线
overline :  上划线text-decoration:none 无装饰,通常对html下划线标签去掉下划线样式
text-decoration:underline 下划线样式
text-decoration:line-through 删除线样式-贯穿线样式
text-decoration:overline 上划线样式
页: [1]
查看完整版本: css下划线 删除线 上划线属性样式修改