blob: 726373f83e09db80dc540a5033c4b02cd99fa0e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<html>
<head>
<title>Link page 2</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 second visited page</a></p>
</body>
</html>
|