Misalnya saya punya halaman HTML berikut
<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>
Apakah ada kode khusus seperti itu?