li value

On 5-11-2005, in HTML, by Alex

Very simple.
Just to remind myself:
<ol>
<li value=”3″>three</li>
<li value=”2″>two</li>
<li value=”1″>one</li>
</ol>

  1. three
  2. two
  3. one
 

Comments are closed.