Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
span { color: green; }
</style>
<div>
<span>This should be green</span>
</div>
<!DOCTYPE html>
<style>
span { color: green; }
</style>
<div>
<span>This should be green</span>
</div>