blob: f8f1c9e19f6f3779d6b14d7e0de2d75d2eaf606e (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<p>You should see the text "first column" once in the first column, and the text
"second column" twice in the second column.</p>
<div style="columns:2; orphans:1; widows:1;">
first column<br>
<br>
second column<br>
second column
</div>
|