Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Green text reference</title>
<style>
.test { color: green; }
</style>
<body>
<p class="test">Test passes if this text is green.</p>
</body>