其实很简单,只需要在<head></head>里面加上如下样式就可以了
<span style="font-size:18px;"><style type="text/css">
<!--
a:link {
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:hover {
font-size: 12px;
color: #999999;
text-decoration: underline;
}
-->
</style></span>
本文将指导您如何在HTML页面中使用CSS来调整字体大小、链接样式及悬停效果。

177

被折叠的 条评论
为什么被折叠?



