Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following property specifies the order of a flexible item relative to the rest of the flexible items inside the same container?

  2. A.

     sort

    B.

     layout

    C.

     order

    D.

     asort

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    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.


Be The First To Comment