Q12
Which of the following property specifies the order of a flexible item relative to the rest of the flexible items inside the same container?
A.
sort
B.
layout
C.
order
AnswerD.
asort
Answer: Option C
Solution
Answer: Option C
Solution:
The CSS order property specifies the order used to lay out flex items in their flex container. Elements are laid out in the ascending order of the order value.