Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
div > p {background-color:green;}
</style>
<div><i>foo</i><p>this should have a green background</p>
<!DOCTYPE html>
<style>
div > p {background-color:green;}
</style>
<div><i>foo</i><p>this should have a green background</p>