html超链接添加下划线

时间:2014-06-28 00:33:36   收藏:0   阅读:247
在需要的连接添加行内样式:

<a href="ddrb/090630.asp" target="_blank" style="text-decoration:underline;">30</a>

CSS text-decoration 属性

可能的值

值描述
none默认。定义标准的文本。
underline定义文本下的一条线。
overline定义文本上的一条线。
line-through定义穿过文本下的一条线。
blink定义闪烁的文本。
inherit规定应该从父元素继承 text-decoration 属性的值。


html超链接添加下划线,布布扣,bubuko.com

评论(0)
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!