Home / Programming MCQs / CSS MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

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

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.