implicit-and-explicit-list-item-counters-ref.html (262B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference File: implicit and explicit list-item counters</title> 4 <div>1. List item 1</div> 5 <div>2. List item 2</div> 6 <div> 7 <div>With sub items</div> 8 <div>With sub items</div> 9 </div> 10 <div>3. List item 3</div>