![]() |
VOOZH | about |
The break-after property allows you to place a break on multi-region contexts, paged media, and multi-column layouts. This property describes how the region, column, or page break behaves after the generated box. This property is ignored if there is no generated box at all.
Syntax:
break-after: Generic break values; /* Or */ break-after: Page break values; /* Or */ break-after: Column break values; /* Or */ break-after: Region break values; /* Or */ break-after: Global values;
Default Value : Its default value is auto.
Property values: This property accepts the property values mentioned above and described below:
Example: Below is the example which illustrates the use of break-after property
Output:
Supported Browsers: