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