Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
div {
background: green;
height: 100px;
width: 100px;
}
</style>
<p>Test passes if there is a filled green square.</p>
<div></div>
<!DOCTYPE html>
<style>
div {
background: green;
height: 100px;
width: 100px;
}
</style>
<p>Test passes if there is a filled green square.</p>
<div></div>