For example I have the following HTML page
<html>
<head></head>
<body>
This should be printed in the first page
<!-- Special code to print anything below this line to next page -->
This should be printed in the second page
</body>
</html>
Is there a special code like that?