mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
325 B
HTML
13 lines
325 B
HTML
|
<!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>
|