Question:What will happen if the following style declaration is applied to an element? p { margin: 3em 2em }
A The top and the bottom margins will be 3em and the left and the right margins will be 2em.
B he top and the bottom margins will be 2em and the left and the right margins will be 3em.
C The top and the left margins will be 3em and the bottom and the right margins will be 2em.
D The top and the right margins will be 2em and the bottom and the left margins will be 3em.
+ AnswerA
+ Report