| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 13 of 176 | |
| Testing | Date | Revision |
| Default attribute value (ID #12) | 2003-06-21 | 1.1 |
form { background-color : lime }
form[method] { background-color : red }
form[method="get"] { background-color : red }
<form action="http://www.example.org/foo.cgi"> <p>The line should have a green background.</p> </form>