x
<html>
<head>
<title>CSS tutorial</title>
<style type="text/css">
@media print
{
p {page-break-inside:always}
}
</style>
</head>
<body>
<h3>Following text will split between paragprahps in printed version</h3>
<p>The page break properties allow us to describe page breaks with the CSS.</p>
<p>There are five properties that may be used to define the following page break or breaks. Each of the page breaks stops the layout of the current page box and makes the remaining pieces to be laid out in a new box.</p>
</body>
</html>
Comments
No comments have been made yet.
Please login to leave a comment. Login now