Horje

How to add HTML <ol> reversed Attribute

Descending list order.

index.html
Example: HTML
 <ol reversed>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol> 

Output should be:

How to add HTML <ol> reversed Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin