Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html><html class="reftest-paged">
<head>
<style type="text/css" media="all">
html{font-size:12pt}
#c {page-break-before:always;}
</style>
</head>
<body>
<div>Line 1</div>
<div>Line 2</div>
<div id="c">Line 3</div>
</body>
</html>