mirror of
https://github.com/servo/servo.git
synced 2025-10-18 01:09:16 +01:00
9 lines
262 B
HTML
9 lines
262 B
HTML
<!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>
|