Q. What does this line of code explain?

Code:
p {display: flex;}
  • (A) All the <p> elements are displayed as a block-level flex container
  • (B) All the <p> elements are not displayed by the browser
  • (C) All the <p> elements are displayed as a grid container
  • (D) All the <p> elements are displayed as an inline flex container
πŸ’¬ Discuss
βœ… Correct Answer: (A) All the <p> elements are displayed as a block-level flex container

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
252
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
90%
Success Rate