Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
body { background-color: black; }
p { color: white; }
</style>
<body>
<p>This should be the only text visible on this page.</p>
</body>