The ________ property in Flexbox can be used to set the order in which a flex item appears within a flex container.

  • order
  • flex-order
  • arrange
  • flex-sequence
The correct option is order. The order property in Flexbox is used to set the order in which a flex item appears within a flex container. It takes a numerical value, and items are displayed in ascending order. flex-order, arrange, and flex-sequence are not valid properties.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *