Multiple choice

The use of orphans property is

  1. to specify the minimum number of lines in an element

  2. specify the max number of lines

  3. specify the number of lines from the right of a page

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The orphans property in CSS paged media specifies the minimum number of lines that must appear at the bottom of a page. It prevents awkward page breaks that leave single lines stranded. It's often used with 'widows' (minimum lines at top of next page) for proper typography.