tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

legend-list-item-numbering-ref.html (428B)


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