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>Reference rendering - single square below, list marker, 96px left offset</title>
<link rel="author" title="Opera Software" href="https://opera.com"/>
<style type="text/css">
div {
display: list-item;
list-style: square;
margin-left: 96px;
}
</style>
</head>
<body>
<p>Test passes if there is a single square below.</p>
<div>&nbsp;</div>
</body>
</html>