I tried to make 6 links on my webpage each to a different page, but some are purple and blue?Can someone tell me why?
You can change the behavior with css:
a:link { /* links that are not visited */ } a:visited { /* links visited before */ } a { /* all links, visited or not */ }
Help-Links
I tried to make 6 links on my webpage each to a different page, but some are purple and blue?
Can someone tell me why?
You can change the behavior with css: