blob: db4f0b28ce0c4f5b238f29b2211275b2eab4db4f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-float-002-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; float: left;">b</div>
<div style="page: c">c</div>
</body>
</html>
|