用css设置文本下划线

 2022-03-13    506  

在77ISP学技术

每日笔记,文本小下划线。文本上横线,文本被花掉的线

用css设置文本下划线

文字装饰

text-decoration 属性用于设置或删除文本装饰。

text-decoration: none; 通常用于从链接上删除下划线:

实例

a {
  text-decoration: none;
}


其他 text-decoration 值用于装饰文本:

实例

h1 {
  text-decoration: overline;
}

h2 {
  text-decoration: line-through;
}

h3 {
  text-decoration: underline;

}


我上方有装饰线

我中间有装修线

我下方有装饰线

  •  标签:  
  • css
  •  

原文链接:https://77isp.com/post/394.html

=========================================

https://77isp.com/ 为 “云服务器技术网” 唯一官方服务平台,请勿相信其他任何渠道。