您好,一般默认时就会加的。也可以加如下代码:
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