css怎么加下划线 文字下划线 如图这样的 谢谢

您好,一般默认时就会加的。也可以加如下代码:
css怎么加下划线 文字下划线 如图这样的 谢谢
您好,一般默认时就会加的。
也可以加如下代码:
<style type="text/css">
<!--
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:active {text-decoration: underline;}
a:hover {text-decoration: underline;}
-->
</style>2015-05-12
mengvlog 阅读 10 次 更新于 2025-07-19 19:52:54 我来答关注问题0
檬味博客在线解答立即免费咨询

CSS相关话题

Copyright © 2023 WWW.MENGVLOG.COM - 檬味博客
返回顶部