Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
  p {
    color: green;
  }
</style>
<body>
  <p>This text should be green.</p>
  <div>Note: the rules tested by this test may be changed in
		future levels of the CSS Color Module.</div>
</body>