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

13 lines
316 B
HTML

<html>
<head><title>Div Tag Page Break After</title></head>
<body>
<div style="page-break-after:'always'; background-color:red; width:600; height:120">
Love doesn't make the world go 'round.<br>
Love is what makes the ride worthwhile.<br><br>
Franklin P. Jones
</div>
</body>
</html>