Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>Initial color is black reference</title>
<style>
html {
background: white;
}
p {
color: black;
}
</style>
<p>The text should be black