Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>CSS Test Reference: 120x120 Green Box</title>
<style type="text/css"><![CDATA[
div {
width: 120px;
height: 120px;
background: green;
}
]]></style>
</head>
<body>
<p>There must be a green square below and no red.</p>
<div></div>
</body>
</html>