Article introduction of Wulin.com (www.vevb.com): OL in HTML5 has been improved, adding two new attributes to it.
The OL in HTML5 has been improved, adding two new properties to it.start property:
The start attribute is used to define the starting position of the list number. For example, in the following code, the list will start from 50, 51, 55, and so on.
Reversed property:
The reversed attribute indicates that the list is reversed, but no browser has provided support for it yet, so I won't go into details here.
Run it and see the effect: