Vidyalelo
CSS · Q12

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 12

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
Answer
D.
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.