blob: 3b768b36a50cd46c3fae0de91c63f8231fde7811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>Selectors: White space in attribute selectors (reference)</title>
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au"/>
<style>
body { color: green; }
</style>
<p>This text should be green.</p>
<p>This text should be green.</p>
<p>This text should be green.</p>
<p>This text should be green.</p>
|