summaryrefslogtreecommitdiff
path: root/legacy/works/w3c-links.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/w3c-links.html')
-rw-r--r--legacy/works/w3c-links.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/legacy/works/w3c-links.html b/legacy/works/w3c-links.html
new file mode 100644
index 0000000..0af275b
--- /dev/null
+++ b/legacy/works/w3c-links.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+<title>W3C Link Test</title>
+<link rel="stylesheet" type="text/css" href="w3c-1.css">
+<style>
+body { background: #eec; color: #000; }
+a.navlink:link { background: #eec; }
+
+a:link { background: #fff; }
+</style>
+</head>
+<body>
+
+<a href="moo" class="navlink"><abbr title="Cascading Style Sheets">CSS</abbr> Validator</a>
+
+</body>
+</html> \ No newline at end of file