10 lines
307 B
HTML
10 lines
307 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel="match" href="page-name-siblings-print-ref.html"/>
|
|
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
|
|
<body style="page:a">
|
|
<div style="page:a">a</div>
|
|
<div style="page:auto">b</div>
|
|
<div style="page:b">c</div>
|
|
</body>
|
|
</html>
|