CSS text-decoration 属性用来为文本添加装饰,包括:none:移除所有装饰。underline:添加下划线。overline:添加上划线。line-through:添加删除线。<custom value>: 自定义装饰,例如波浪线或点缀。

CSS text-decoration 属性的作用
CSS text-decoration 属性用于设置文本元素上各种装饰效果,包括下划线、删除线和上划线。其语法如下:
<code>text-decoration: <value>;</code>
可用的值包括:
详细说明:
立即学习“前端免费学习笔记(深入)”;
使用示例:
<code>body {
text-decoration: underline;
}
h1 {
text-decoration: overline red;
}
span {
text-decoration: line-through green;
}</code>此示例将为 <body> 元素添加下划线、为 <h1> 元素添加红色的上划线以及为 <span> 元素添加绿色的删除线。
以上就是CSS text-decoration属性的作用是什么的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号