CSS Widows Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

Specifies the minimum number of lines to be left at the top of a page.

Syntax

widows: [value];

Possible values

  • [integer]
  • inherit

Initial Value

2

Applies To

Block level elements

Inherited

Yes

Media

Visual, Paged

Example

p {widows: 4;}


View All CSS Properties