You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-examples/css/Div tag page-break-inside a...

14 lines
372 B
HTML

<html>
<head><title>Div Tag Page Break Inside Always</title></head>
<body>
<div style="page-break-inside:'always'; background-color:aqua; width:800; height:300">
Love is strong yet delicate.<br>
It can be broken.<br>
To truly love is to understand this.<br>
To be in love is to respect this.<br><br>
Stephen Packer
</div>
</body>
</html>