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