Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference for legend and display: list-item numbering</title>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="http://www.mozilla.org/">
<style>
ol { margin: 0; padding: 0; border: none; }
ol > * { margin: 0 40px; padding: 0; }
</style>
<ol>
<li value="2">B</li>
<li value="1">A</li>
<li value="3">C</li>
</ol>