Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
div {
font-size: 36px;
}
span {
color: green;
background: yellow;
}
</style>
<body>
<p>Test passes if the green-on-yellow region in each line matches the reference.</p>
<div><span>&#xb;</span>Test</div>
<div><span>&#x19;</span>Test</div>
</body>