Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>Green text reference</title>
<style>
.test { color: #008000}
</style>
<body>
<p class="test">Test passes if this text is green</p>
</body>