1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: ID as selector
</title>
5 <style type=
"text/css">
9 p#test3
{color: green
;}
11 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/selector.html#id-selectors" title=
"5.9 ID selectors">
14 <p id=
"test1"> This line should be green.
</p>
15 <p id=
"test2"> This line should be green.
</p>
16 <p id=
"test3"> This line should be green.
</p>