css text-decoration下划线 删除线 上划线

  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 上划线样式

posted @ 2021-03-26 09:41  馬先森  阅读(176)  评论(0编辑  收藏  举报