10 lines
332 B
HTML
10 lines
332 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel="match" href="page-name-abspos-003-print-ref.html"/>
|
|
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
|
|
<body>
|
|
<div style="page: a">a</div>
|
|
<div style="page: b; position: absolute; left: 0; top: 0;">b</div>
|
|
<div style="page: c">c</div>
|
|
</body>
|
|
</html>
|