reverse list html

Solutions on MaxInterview for reverse list html by the best coders in the world

showing results for - "reverse list html"
Aurore
30 Jun 2019
1Descending list order:
2
3<ol reversed>
4  <li>Coffee</li>
5  <li>Tea</li>
6  <li>Milk</li>
7</ol>
8
9Doesn't seem to work with <ul>