Links >> Colors >> Visited
|
|
Visited Link
vlink - visited link - to a page the visitor has been to before. (standard color is purple - #800080).
Try to click the link below, then notice the changes:
<body link=blue alink=red vlink=green>
Click <a href="http://www.yahoo.com"><font color="FF00CC">here</font></a> to go to yahoo.
</body>
Have you noticed the changes in color?
The reason why the color changed, because our standard link color is 'blue', the active link is 'red' and the visited link is 'green'
|
|
|
|