Solved

For Each H1 Heading to Start on a New Page

Question 25

Multiple Choice

For each h1 heading to start on a new page, identify the style rule that should be used to insert a page break before each heading. ​


A) h1 {      page-break-before: always;
}
B) h1 {      page-break-before: auto;
}
C) h1 {      page-break-before: inherit;
}
D) h1 {      page-break-before: content;
}

Correct Answer:

verifed

Verified

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

Related Questions