Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset=utf-8>
<link rel="author" href="mailto:chris@w3.org" title="Chris Lilley">
<style>
div {
width: 100px;
height: 100px;
}
div div {
background-color: green;
}
</style>
<div>
<div></div>
</div>