Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

orphans

Definition

In printing, an "orphan" is the first line of a paragraph that appears on its own at the bottom of the page, such as that seen in the red box in the illustration below. The orphans property avoids orphans by specifying the minimum number of lines of a paragraph that must appear at the bottom of a page when a Web page is printed.

Illustration showing two pages side by side. The last paragraph of the first page is split between the two pages. One line is on the first page and the rest is on the second page.

Example

  1. p {orphans: 3}

Characteristics

Possible values

  • Minimum number of lines of a paragraph that must appear at the bottom of a page.
  • inherit
    Use the same computed value as the parent element for this property.

Default value

2

Applies to

Block-level elements

Inherited

Yes

See also