order
Introduction
The order CSS property sets the order to lay out an item in container. Items in a container are sorted by ascending order value and then by their source code order. Items not given an explicit order value are assigned the default value of 0.
Examples

Syntax
Values
Represents the ordinal group to be used by the item. Default value is 0.
Formal definition
| Initial value | 0 |
| Applies to | child element withposition: relative |
| Inherited | no |
| Animatable | no |
Difference with the Web
- It is not supported to use on
position: absolute/fixed/stickyflex and grid container children. - Using
orderwill not influence the element's painting order in Lynx.
Compatibility
LCD tables only load in the browser