Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
li {
color: green;
border: 2px solid black;
display: block;
}
</style>
<body>
<p>Test passes if only the number "1" appears in the box below.</p>
<ol>
<li>1</li>
</ol>
</body>