<html><head>
<style type="text/css">
a.one:link {color: #ff0000}
a.one:visited {color: #0000ff}
/* **********Found********** */
a.one:hover {____(1)____: #ffcc00} /* 此处为设置文字颜色 */
a.two:link {color: #ff0000}
a.two:visited {color: #0000ff}
/* **********Found********** */
a.two:hover {____(2)____: 150%}
a.three:link {color: #ff0000}
a.three:visited {color: #0000ff}
/* **********Found********** */
a.three:hover {____(3)____: #66ff66} /* 此处为设置背景颜色 */
a.four:link {color: #ff0000}
a.four:visited {color: #0000ff}
/* **********Found********** */
a.four:hover {_____(4)______:幼圆}
a.five:link {color: #ff0000; text-decoration: none}
a.five:visited {color: #0000ff; text-decoration: none}
/* **********Found********** */
a.five:hover {____(5)______: underline}
</style>
</head>
<body>
<p>请把鼠标移动到这些链接上,以查看效果:</p>
<!-- **********Found********** -->
<p><b><a class="___(6)____" href="/index.html" target="_blank">这个链接改变背景颜色</a></b></p>
<!-- **********Found********** -->
<p><b><a class="___(7)____" href="/index.html" target="_blank">这个链接改变文字颜色</a></b></p>
<!-- **********Found********** -->
<p><b><a class="___(8)____" href="/index.html" target="_blank">这个链接改变字体大小</a></b></p>
<!-- **********Found********** -->
<p><b><a class="___(9)___" href="/index.html" target="_blank">这个链接改变文本装饰</a></b></p>
<!-- **********Found********** -->
<p><b><a class="___(10)____" href="/index.html" target="_blank">这个链接改变字体系列</a></b></p>
</body>
</html>