InterviewSolution
Saved Bookmarks
| 1. |
Which of the following will take care of breaks behind an element?(a) page-break-before(b) page-break-inside(c) page-break-after(d) page-break-into |
|
Answer» Correct option is (c) page-break-after To explain: 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. |
|