1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE HTML> <html> <head> <title>Link page 3</title> <style type="text/css"> a:link { color: #0000ff; } a:visited { color: #ff0000; } </style> </head> <body> <p><a href="461710_visited_page.html" id="link">Link to the third visited page</a></p> </body> </html>