<!DOCTYPE html> | |
<html> | |
<body> | |
<h3>Changing the contents of a table cell, increasing column height</h3> | |
<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="-webkit-columns:2; columns:2; orphans:1; widows:1;"> | |
first column<br> | |
<br> | |
second column<br> | |
second column | |
</div> | |
</body> | |
</html> |