Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

reverse ol order html

<!-- Reverse numbering -->
<ol reversed>
  <li>I am a list item.</li>
  <li>I am a list item.</li>
  <li>I am a list item.</li>
  <li>I am a list item.</li>
  <li>I am a list item.</li>
</ol>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #reverse #ol #order #html
ADD COMMENT
Topic
Name
1+7 =