Q. What does this line of code explain?
Code:p {display: flex;}
β
Correct Answer: (A)
All the <p> elements are displayed as a block-level flex container
p {display: flex;}
You must be Logged in to update hint/solution