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-after.html

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>