CSS Orphans Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

Specifies the minimum number of lines to be displayed at the bottom of the page.

Syntax

orphans: [value];

Possible values

  • [integer]
  • inherit

Initial Value

2

Applies To

Block level elements

Inherited

Yes

Media

Visual, Paged

Example

p {orphans: 3;}


View All CSS Properties