<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
a:link {
font-size: 14pt;
text-decoration: underline;
color: brown;
}
a:visited {
font-size: 14pt;
text-decoration: underline;
color: red;
}
a:hover {
font-size: 14pt;
text-decoration: underline;
color: blueviolet;
}
a:active {
font-size: 14pt;
text-decoration: underline;
color: chartreuse;
}
</style>
</head>
<body>
<!--<a href="http://www.baidu.com" target="_blank">visited</a>-->
<a href="#" >visited</a>
</body>
</html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
a:link {
font-size: 14pt;
text-decoration: underline;
color: brown;
}
a:visited {
font-size: 14pt;
text-decoration: underline;
color: red;
}
a:hover {
font-size: 14pt;
text-decoration: underline;
color: blueviolet;
}
a:active {
font-size: 14pt;
text-decoration: underline;
color: chartreuse;
}
</style>
</head>
<body>
<!--<a href="http://www.baidu.com" target="_blank">visited</a>-->
<a href="#" >visited</a>
</body>
</html>