programming-examples/css/Div tag page-break-inside always.html
2019-11-15 12:59:38 +01:00

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>