blob: 7969685666da260f3ea3d18510095e1c81a093df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>:visited and ::first-line (reference)</title>
</head>
<body>
<div><span style="color: fuchsia">unvisited</span><br><span style="color: blue">link</span></div>
<div><span style="color: maroon">visited</span><br><span style="color: purple">link</span></div>
</body>
</html>
|