Home » CSS » Css miscellaneous » Question
  1. Which of the following will take care of breaks behind an element?
    1. page-break-into
    2. page-break-before
    3. page-break-inside
    4. page-break-after
    5. 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.



Your comments will be displayed only after manual approval.