equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <title>Visited link coloring test</test> |
|
5 <style> |
|
6 :visited { |
|
7 color: limegreen; |
|
8 } |
|
9 </style> |
|
10 </head> |
|
11 <body> |
|
12 <h1>Visited link coloring test</h1> |
|
13 <p>Make sure the link below is not colored as visited (delete the item |
|
14 for visited-link.html from your history and restart if |
|
15 necessary). Then cmd-click it. The link should turn lime green.</p> |
|
16 <a href="resources/visited-link.html">Am I a visited link?</a> |
|
17 </body> |
|
18 </html> |