怎么去掉联接的下划线
怎么去掉联接的下划线
我看那条线很烦人
问题点数:20、回复次数:1Top
1 楼zara(Kyrie eleison)回复于 2001-11-27 19:59:55 得分 20
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Microsoft Border" content="none">
<style type="text/css">
body {font-family:宋体}
table {font-family:宋体}
A {text-decoration: none} <!----- 这一行的作用便是>
A:hover {text-decoration: underline} <!---- 当光标移到上面时, 显示下划线 >
</style>
<title>极速网---面试好难</title>
</head>
Top




