Question: Which description correctly describes the initial values of flex items if the only thing you have done is apply `display: flex` to their parent?
- Items display in a row, lined up at the start, and do not stretch to fill the container
- Items display in a column, lined up at the start, and do not stretch to fill the container
- Items stay in a column until you add some flex properties.
- Items display in a row, lined up at the start, and stretch to fill the container
Answer: The correct answer of the above question is Option A:Items display in a row, lined up at the start, and do not stretch to fill the container