首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

HTML 取消超链接上划线

2012-10-08 
HTML 取消超链接下划线????? 取消超链接的下划线的方法是:?style typetext/css!--a:link { text-dec

HTML 取消超链接下划线

????? 取消超链接的下划线的方法是:

?

<style type="text/css"><!--a:link { text-decoration: none;}a:visited { text-decoration: none;}a:hover { text-decoration: underline;}a:active { text-decoration: none;}--></style>
?

?

热点排行