CSS 中划线设置
CSS 中使用 text-decoration
属性来设置文本的装饰样式,包括划线。划线可以通过 text-decoration
属性的 underline
值来设置。
以下是如何在 CSS 中设置划线:
<code class="<a style=\'color:#f60; text-decoration:underline;\' href=" https: target="_blank">css">/* 设置元素文本的划线样式 */ element { text-decoration: underline; }</code>