8 lines
150 B
HTML
8 lines
150 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div>a</div>
|
|
<div style="float: left;">b</div>
|
|
<div style="break-before: page;">c</div>
|
|
</body>
|
|
</html>
|