1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Keywords
</title>
5 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/syndata.html#keywords">
6 <style type=
"text/css">
8 p
.one
, p
.two
{ width: 10em; border: medium solid
; }
9 p
.two
{ width: "auto"; }
15 <p>The next two paragraphs should look identical:
</p>
17 <p class=
"one">Test.
</p>
18 <p class=
"two">Test.
</p>