用记事本制作网页怎样消除超链接下划线? 急

谢谢
还有怎样把字体变成12px?

在Css样式表中插入如下代码
body {
font-size: 12px;
}

a:link,a:active,a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
或者在Html页面插入
<style type="text/css">
<!--
body {
font-size: 12px;
}

a:link,a:active,a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
-->
</style>
温馨提示:答案为网友推荐,仅供参考
第1个回答  2007-02-04
<style TYPE="text/css">
<!--
A:link{text-decoration:none}
A:visited{text-decoration:none}
A:hover {color: #ff00ff;text-decoration:underline}
-->
</style>
第2个回答  2007-02-04
<style TYPE="text/css">
<!--
A:link{text-decoration:none}
A:visited{text-decoration:none}
A:hover {color: #ff00ff;text-decoration:underline}
-->
</style>
在Css样式表中插入如下代码
body {
font-size: 12px;
}

a:link,a:active,a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
或者在Html页面插入
<style type="text/css">
<!--
body {
font-size: 12px;
}

a:link,a:active,a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
-->
</style>
第3个回答  2019-07-06
在Css样式表中插入如下代码
body
{
font-size:
12px;
}
a:link,a:active,a:visited
{text-decoration:none;}
a:hover
{text-decoration:underline;}
或者在Html页面插入
<style
type="text/css">
<!--
body
{
font-size:
12px;
}
a:link,a:active,a:visited
{text-decoration:none;}
a:hover
{text-decoration:underline;}
-->
</style>

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网