Solved

Which of the Following Styles Sets the Column Breaks Within p{p \{

Question 66

Multiple Choice

Which of the following styles sets the column breaks within paragraphs to leave a minimum of two and three lines at the top and bottom of each column respectively?


A) article p{p \{
break-before: always;
}\} .
B) article p{p \{
break-before: always;
}\}
C)
 article  p { orphans: 3; widows: 2;}\begin{aligned} \text { article } & \text { p } \{ \\ & \text { orphans: } 3 ; \\ & \text { widows: } 2 ; \\ \} & \end{aligned} .
D)
 article  p { break-inside: auto; \begin{aligned} \text { article } & \text { p } \{ \\ & \text { break-inside: auto; } \end{aligned}
} \} .

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions