-
Which of the following will take care of breaks behind an element?
-
- page-break-into
- page-break-before
- page-break-inside
- page-break-after
- None of these
Correct Option: D
There are three CSS attributes page-break before, page-break-after and page-break-inside that allow us to decide exactly where a print page will be broken. Among other things, this will prevent images from being broken into two pieces.