|
Developer Geek Resources HTML Code Examples |
Custom Search
|
Simple example using the <ol> tag.
Just cut-n-paste to reuse.
<ol>
<li>red</li>
<li>blue</li>
<li>green</li>
<li>yellow</li>
</ol>
<lh>unordered list with list header</lh>
<ol>
<li>red</li>
<li>blue</li>
<li>green</li>
<li>yellow</li>
</ol>