back
Code
CSS
HTML
Web
a:
link
{
background-color:red;
}
a:visited{
background-color:green;
}
/* Before you visit the link it will be styled red, afterwards it will be styled green */