aboutsummaryrefslogtreecommitdiff
path: root/oldtests/Lists/Start.html
blob: 46e0550ca581644651cf7d69e500f9a26a205a82 (plain)
  1. <ol start="4">
  2. <li>this list starts with 4.</li>
  3. <li>and continues</li>
  4. <li>the continuation number is irrelevant.</li>
  5. </ol>
  6. <ol start="2001">
  7. <li>a space odyssey</li>
  8. </ol>
  9. <ol>
  10. <li>standard lists get no start attribute</li>
  11. </ol>