Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
span { background-color: lime }
</style>
</head>
<body>
<div>
<div>
<div></div>
<span>The background color should be lime</span>
</div>
</div>
</body>
</html>