blob: b5407429be803d9b774c4ca0108318fbd6e5134f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<style>
span { color: green; }
</style>
<body>
<a></a><span>This should be green</span>
</body>
|