<HTML> <HEAD> <TITLE>Listing 14-4</TITLE> </HEAD> <BODY> <DIV>This is the first DIV.</DIV> <DIV STYLE="page-break-before:always">This is the second DIV.</DIV> <DIV STYLE="page-break-before:always">This is the third DIV.</DIV> <DIV STYLE="page-break-before:always">This is the fourth DIV.</DIV> </BODY> </HTML>
或
<HTML> <HEAD> <TITLE>Listing 14-4</TITLE> </HEAD> <BODY> <DIV STYLE="page-break-after:always">This is the first DIV.</DIV> <DIV STYLE="page-break-after:always">This is the second DIV.</DIV> <DIV STYLE="page-break-after:always">This is the third DIV.</DIV> <DIV>This is the fourth DIV.</DIV> </BODY> </HTML>