


<html>
<head>
<style>
#col a:link {
color:#069;
}
#col a:visited {
color:#060;
}
#col a:hover {
color:#F90;
}
</style>
</head>
<div id="col"> <a href="#">http://yuncode.net</a> </div>
</html>
<html>
<head>
<style>
#col a:link {
color:#069;
}
#col a:visited {
color:#060;
}
#col a:hover {
color:#F90;
}
</style>
</head>
<div id="col"> <a href="#">http://yuncode.net</a> </div>
</html>
<html> <head> <style> #col a:link { color:#069; } #col a:visited { color:#060; } #col a:hover { color:#F90; } </style> </head> <div id="col"> <a href="#">http://yuncode.net</a> </div> </html>